#D55DCC

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

Shades of Free Speech Magenta #D55DCC

Tints of Free Speech Magenta #D55DCC

Color information

#D55DCC (or 0xD55DCC) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5D and CC. RGB value is (213,93,204). Sum of RGB (Red+Green+Blue) = 213+93+204=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DCC is #2AA233. Grayscale: #8D8D8D. Windows color (decimal): -2794036 or 13393365. OLE color: 13393365.

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

Color convert

RGB21393204-
CMYK00.560.040.16
HSL304.5º58.82%60%-
HSV(B)304.5º56.34%83.53%-
XYZ42.2526.3359.98-
YUV141.53163.26178.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 93 (36.72% from 255) = 18.24%
BLUE value IS 204 (80.08% from 255) = 40%
R=41.76%
G=18.24%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139320400.560.040.16304.558.8260
HexD55DCC0384101303b3c
Octal3251353140704204607374
Binary11010101101110111001100011100010010000100110000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55DCC; }

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

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

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

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

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

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

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

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