#DC55DF

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

Shades of Free Speech Magenta #DC55DF

Tints of Free Speech Magenta #DC55DF

Color information

#DC55DF (or 0xDC55DF) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 55 and DF. RGB value is (220,85,223). Sum of RGB (Red+Green+Blue) = 220+85+223=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC55DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55DF is #23AA20. Grayscale: #8C8C8C. Windows color (decimal): -2337313 or 14636508. OLE color: 14636508.

HSL color Cylindrical-coordinate representation of color #DC55DF: hue angle of 298.7º 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 #DC55DF is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22085223-
CMYK0.010.6200.13
HSL298.7º68.32%60.39%-
HSV(B)298.7º61.88%87.45%-
XYZ46.0827.0472.6-
YUV141.1174.23184.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 85 (33.59% from 255) = 16.10%
BLUE value IS 223 (87.5% from 255) = 42.23%
R=41.67%
G=16.10%
B=42.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220852230.010.6200.13298.768.3260.39
HexDC55DF13E0D12b443c
Octal33412533717601545310474
Binary110111001010101110111111111110011011001010111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC55DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC55DF; }

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

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

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

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

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

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

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

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