#DC36BA

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

Shades of Razzle Dazzle Rose #DC36BA

Tints of Razzle Dazzle Rose #DC36BA

Color information

#DC36BA (or 0xDC36BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 36 and BA. RGB value is (220,54,186). Sum of RGB (Red+Green+Blue) = 220+54+186=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC36BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC36BA is #23C945. Grayscale: #767676. Windows color (decimal): -2345286 or 12203740. OLE color: 12203740.

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

Color convert

RGB22054186-
CMYK00.750.150.14
HSL312.29º70.34%53.73%-
HSV(B)312.29º75.45%86.27%-
XYZ39.721.448.49-
YUV118.68166200.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.83%
GREEN value IS 54 (21.48% from 255) = 11.74%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=47.83%
G=11.74%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205418600.750.150.14312.2970.3453.73
HexDC36BA04BFE1384636
Octal334662720113171647010666
Binary110111001101101011101001001011111111101001110001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC36BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC36BA; }

 p { color: rgb(220,54,186); }

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

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

 a { background-color: rgb(220,54,186); }

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

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

 span { border-color: rgb(220,54,186); }

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