#dd5fc7

Color #DD5FC7 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DD5FC7

Tints of Free Speech Magenta #DD5FC7

Color information

#DD5FC7 (or 0xDD5FC7) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5F and C7. RGB value is (221,95,199). Sum of RGB (Red+Green+Blue) = 221+95+199=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FC7 is #22A038. Grayscale: #909090. Windows color (decimal): -2269241 or 13066205. OLE color: 13066205.

HSL color Cylindrical-coordinate representation of color #DD5FC7: hue angle of 310.48º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5FC7 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB22195199-
CMYK00.570.100.13
HSL310.48º64.95%61.96%-
HSV(B)310.48º57.01%86.67%-
XYZ44.2227.6857.04-
YUV144.53158.74182.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 95 (37.5% from 255) = 18.45%
BLUE value IS 199 (78.12% from 255) = 38.64%
R=42.91%
G=18.45%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219519900.570.100.13310.4864.9561.96
HexDD5FC7039AD136413e
Octal335137307071121546610176
Binary110111011011111110001110111001101011011001101101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd5fc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd5fc7; }

 p { color: rgb(221,95,199); }

 H1.HeaderClassName
 {
   color: #dd5fc7;
 }
 .AnyTagClassName
 {
   color: #dd5fc7;
 }
</style>
background-color css

<style>
 a { background-color: #dd5fc7; }

 a { background-color: rgb(221,95,199); }

 div.DivClassName
 {
   background-color: #dd5fc7;
 }
 .BgClassName
 {
   background-color: #dd5fc7;
 }
</style>
border-color css

<style>
 span { border-color: #dd5fc7; }

 span { border-color: rgb(221,95,199); }

 td.TdClassName
 {
   border-color: #dd5fc7;
 }
 .TagClassName
 {
   border-color: #dd5fc7;
 }
</style>