#DC32D1

Color #DC32D1 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DC32D1

Tints of Razzle Dazzle Rose #DC32D1

Color information

#DC32D1 (or 0xDC32D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 32 and D1. RGB value is (220,50,209). Sum of RGB (Red+Green+Blue) = 220+50+209=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC32D1 is #23CD2E. Grayscale: #767676. Windows color (decimal): -2346287 or 13710044. OLE color: 13710044.

HSL color Cylindrical-coordinate representation of color #DC32D1: hue angle of 303.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC32D1 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB22050209-
CMYK00.770.050.14
HSL303.88º70.83%52.94%-
HSV(B)303.88º77.27%86.27%-
XYZ42.1622.162.37-
YUV118.96178.82200.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 50 (19.92% from 255) = 10.44%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=45.93%
G=10.44%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205020900.770.050.14303.8870.8352.94
HexDC32D104D5E1304735
Octal33462321011551646010765
Binary11011100110010110100010100110110111101001100001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC32D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC32D1; }

 p { color: rgb(220,50,209); }

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

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

 a { background-color: rgb(220,50,209); }

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

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

 span { border-color: rgb(220,50,209); }

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