#DC37BD

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

Shades of Razzle Dazzle Rose #DC37BD

Tints of Razzle Dazzle Rose #DC37BD

Color information

#DC37BD (or 0xDC37BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 37 and BD. RGB value is (220,55,189). Sum of RGB (Red+Green+Blue) = 220+55+189=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC37BD is #23C842. Grayscale: #777777. Windows color (decimal): -2345027 or 12400604. OLE color: 12400604.

HSL color Cylindrical-coordinate representation of color #DC37BD: hue angle of 311.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC37BD is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB22055189-
CMYK00.750.140.14
HSL311.27º70.21%53.92%-
HSV(B)311.27º75%86.27%-
XYZ40.0721.6250.21-
YUV119.61167.16199.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.41%
GREEN value IS 55 (21.88% from 255) = 11.85%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=47.41%
G=11.85%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205518900.750.140.14311.2770.2153.92
HexDC37BD04BEE1374636
Octal334672750113161646710666
Binary110111001101111011110101001011111011101001101111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC37BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC37BD; }

 p { color: rgb(220,55,189); }

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

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

 a { background-color: rgb(220,55,189); }

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

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

 span { border-color: rgb(220,55,189); }

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