#dd37b6

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

Shades of Razzle Dazzle Rose #DD37B6

Tints of Razzle Dazzle Rose #DD37B6

Color information

#DD37B6 (or 0xDD37B6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 37 and B6. RGB value is (221,55,182). Sum of RGB (Red+Green+Blue) = 221+55+182=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD37B6 is #22C849. Grayscale: #767676. Windows color (decimal): -2279498 or 11941853. OLE color: 11941853.

HSL color Cylindrical-coordinate representation of color #DD37B6: hue angle of 314.1º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD37B6 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB22155182-
CMYK00.750.180.13
HSL314.1º70.94%54.12%-
HSV(B)314.1º75.11%86.67%-
XYZ39.6321.4846.31-
YUV119.11163.5200.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.25%
GREEN value IS 55 (21.88% from 255) = 12.01%
BLUE value IS 182 (71.48% from 255) = 39.74%
R=48.25%
G=12.01%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215518200.750.180.13314.170.9454.12
HexDD37B604B12D13a4736
Octal335672660113221547210766
Binary1101110111011110110110010010111001011011001110101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd37b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd37b6; }

 p { color: rgb(221,55,182); }

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

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

 a { background-color: rgb(221,55,182); }

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

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

 span { border-color: rgb(221,55,182); }

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