#DF55CC

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

Shades of Free Speech Magenta #DF55CC

Tints of Free Speech Magenta #DF55CC

Color information

#DF55CC (or 0xDF55CC) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 55 and CC. RGB value is (223,85,204). Sum of RGB (Red+Green+Blue) = 223+85+204=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55CC is #20AA33. Grayscale: #8B8B8B. Windows color (decimal): -2140724 or 13391327. OLE color: 13391327.

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

Color convert

RGB22385204-
CMYK00.620.090.13
HSL308.26º68.32%60.39%-
HSV(B)308.26º61.88%87.45%-
XYZ44.5826.5459.9-
YUV139.83164.22187.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.55%
GREEN value IS 85 (33.59% from 255) = 16.60%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=43.55%
G=16.60%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238520400.620.090.13308.2668.3260.39
HexDF55CC03E9D134443c
Octal337125314076111546410474
Binary110111111010101110011000111110100111011001101001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF55CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF55CC; }

 p { color: rgb(223,85,204); }

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

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

 a { background-color: rgb(223,85,204); }

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

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

 span { border-color: rgb(223,85,204); }

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