#DC2BCC

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

Shades of Razzle Dazzle Rose #DC2BCC

Tints of Razzle Dazzle Rose #DC2BCC

Color information

#DC2BCC (or 0xDC2BCC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 2B and CC. RGB value is (220,43,204). Sum of RGB (Red+Green+Blue) = 220+43+204=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2BCC is #23D433. Grayscale: #717171. Windows color (decimal): -2348084 or 13380572. OLE color: 13380572.

HSL color Cylindrical-coordinate representation of color #DC2BCC: hue angle of 305.42º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2BCC is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB22043204-
CMYK00.800.070.14
HSL305.42º71.66%51.57%-
HSV(B)305.42º80.45%86.27%-
XYZ41.2821.359.06-
YUV114.28178.64203.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.11%
GREEN value IS 43 (17.19% from 255) = 9.21%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=47.11%
G=9.21%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2204320400.800.070.14305.4271.6651.57
HexDC2BCC0507E1314834
Octal33453314012071646111064
Binary11011100101011110011000101000011111101001100011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2BCC; }

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

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

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

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

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

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

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

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