#D552CE

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

Shades of Free Speech Magenta #D552CE

Tints of Free Speech Magenta #D552CE

Color information

#D552CE (or 0xD552CE) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 52 and CE. RGB value is (213,82,206). Sum of RGB (Red+Green+Blue) = 213+82+206=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D552CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552CE is #2AAD31. Grayscale: #868686. Windows color (decimal): -2796850 or 13521621. OLE color: 13521621.

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

Color convert

RGB21382206-
CMYK00.620.030.16
HSL303.21º60.93%57.84%-
HSV(B)303.21º61.5%83.53%-
XYZ41.624.6460.96-
YUV135.3167.9183.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 82 (32.42% from 255) = 16.37%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=42.51%
G=16.37%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138220600.620.030.16303.2160.9357.84
HexD552CE03E31012f3d3a
Octal3251223160763204577572
Binary1101010110100101100111001111101110000100101111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D552CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D552CE; }

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

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

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

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

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

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

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

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