#DD36B6

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

Shades of Razzle Dazzle Rose #DD36B6

Tints of Razzle Dazzle Rose #DD36B6

Color information

#DD36B6 (or 0xDD36B6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 36 and B6. RGB value is (221,54,182). Sum of RGB (Red+Green+Blue) = 221+54+182=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD36B6 is #22C949. Grayscale: #767676. Windows color (decimal): -2279754 or 11941597. OLE color: 11941597.

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

Color convert

RGB22154182-
CMYK00.760.180.13
HSL314.01º71.06%53.92%-
HSV(B)314.01º75.57%86.67%-
XYZ39.5821.3946.3-
YUV118.52163.83201.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 54 (21.48% from 255) = 11.82%
BLUE value IS 182 (71.48% from 255) = 39.82%
R=48.36%
G=11.82%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215418200.760.180.13314.0171.0653.92
HexDD36B604C12D13a4736
Octal335662660114221547210766
Binary1101110111011010110110010011001001011011001110101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD36B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD36B6; }

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

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

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

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

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

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

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

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