#D55CCC

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

Shades of Free Speech Magenta #D55CCC

Tints of Free Speech Magenta #D55CCC

Color information

#D55CCC (or 0xD55CCC) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5C and CC. RGB value is (213,92,204). Sum of RGB (Red+Green+Blue) = 213+92+204=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CCC is #2AA333. Grayscale: #8C8C8C. Windows color (decimal): -2794292 or 13393109. OLE color: 13393109.

HSL color Cylindrical-coordinate representation of color #D55CCC: hue angle of 304.46º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55CCC is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB21392204-
CMYK00.570.040.16
HSL304.46º59.02%59.8%-
HSV(B)304.46º56.81%83.53%-
XYZ42.1726.1659.95-
YUV140.95163.59179.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 92 (36.33% from 255) = 18.07%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=41.85%
G=18.07%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139220400.570.040.16304.4659.0259.8
HexD55CCC0394101303b3c
Octal3251343140714204607374
Binary11010101101110011001100011100110010000100110000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55CCC; }

 p { color: rgb(213,92,204); }

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

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

 a { background-color: rgb(213,92,204); }

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

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

 span { border-color: rgb(213,92,204); }

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