#D555CE

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

Shades of Free Speech Magenta #D555CE

Tints of Free Speech Magenta #D555CE

Color information

#D555CE (or 0xD555CE) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 55 and CE. RGB value is (213,85,206). Sum of RGB (Red+Green+Blue) = 213+85+206=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D555CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555CE is #2AAA31. Grayscale: #888888. Windows color (decimal): -2796082 or 13522389. OLE color: 13522389.

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

Color convert

RGB21385206-
CMYK00.600.030.16
HSL303.28º60.38%58.43%-
HSV(B)303.28º60.09%83.53%-
XYZ41.8325.161.03-
YUV137.07166.91182.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.26%
GREEN value IS 85 (33.59% from 255) = 16.87%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=42.26%
G=16.87%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138520600.600.030.16303.2860.3858.43
HexD555CE03C31012f3c3a
Octal3251253160743204577472
Binary1101010110101011100111001111001110000100101111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D555CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D555CE; }

 p { color: rgb(213,85,206); }

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

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

 a { background-color: rgb(213,85,206); }

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

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

 span { border-color: rgb(213,85,206); }

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