#DC52DB

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

Shades of Free Speech Magenta #DC52DB

Tints of Free Speech Magenta #DC52DB

Color information

#DC52DB (or 0xDC52DB) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 52 and DB. RGB value is (220,82,219). Sum of RGB (Red+Green+Blue) = 220+82+219=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52DB is #23AD24. Grayscale: #8A8A8A. Windows color (decimal): -2338085 or 14373596. OLE color: 14373596.

HSL color Cylindrical-coordinate representation of color #DC52DB: hue angle of 300.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC52DB is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB22082219-
CMYK00.630.000.14
HSL300.43º66.35%59.22%-
HSV(B)300.43º62.73%86.27%-
XYZ45.3226.3669.72-
YUV138.88173.22185.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 82 (32.42% from 255) = 15.74%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=42.23%
G=15.74%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208221900.630.000.14300.4366.3559.22
HexDC52DB03F0E12c423b
Octal33412233307701645410273
Binary110111001010010110110110111111011101001011001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC52DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC52DB; }

 p { color: rgb(220,82,219); }

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

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

 a { background-color: rgb(220,82,219); }

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

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

 span { border-color: rgb(220,82,219); }

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