#DC32CC

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

Shades of Razzle Dazzle Rose #DC32CC

Tints of Razzle Dazzle Rose #DC32CC

Color information

#DC32CC (or 0xDC32CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 32 and CC. RGB value is (220,50,204). Sum of RGB (Red+Green+Blue) = 220+50+204=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC32CC is #23CD33. Grayscale: #757575. Windows color (decimal): -2346292 or 13382364. OLE color: 13382364.

HSL color Cylindrical-coordinate representation of color #DC32CC: hue angle of 305.65º 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 #DC32CC is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB22050204-
CMYK00.770.070.14
HSL305.65º70.83%52.94%-
HSV(B)305.65º77.27%86.27%-
XYZ41.5521.8659.16-
YUV118.39176.32200.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.41%
GREEN value IS 50 (19.92% from 255) = 10.55%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=46.41%
G=10.55%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205020400.770.070.14305.6570.8352.94
HexDC32CC04D7E1324735
Octal33462314011571646210765
Binary11011100110010110011000100110111111101001100101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC32CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC32CC; }

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

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

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

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

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

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

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

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