#DC37BF

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

Shades of Razzle Dazzle Rose #DC37BF

Tints of Razzle Dazzle Rose #DC37BF

Color information

#DC37BF (or 0xDC37BF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 37 and BF. RGB value is (220,55,191). Sum of RGB (Red+Green+Blue) = 220+55+191=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC37BF is #23C840. Grayscale: #777777. Windows color (decimal): -2345025 or 12531676. OLE color: 12531676.

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

Color convert

RGB22055191-
CMYK00.750.130.14
HSL310.55º70.21%53.92%-
HSV(B)310.55º75%86.27%-
XYZ40.2921.7151.36-
YUV119.84168.16199.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.21%
GREEN value IS 55 (21.88% from 255) = 11.80%
BLUE value IS 191 (75% from 255) = 40.99%
R=47.21%
G=11.80%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205519100.750.130.14310.5570.2153.92
HexDC37BF04BDE1374636
Octal334672770113151646710666
Binary110111001101111011111101001011110111101001101111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC37BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC37BF; }

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

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

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

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

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

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

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

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