#DC36C9

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

Shades of Razzle Dazzle Rose #DC36C9

Tints of Razzle Dazzle Rose #DC36C9

Color information

#DC36C9 (or 0xDC36C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 36 and C9. RGB value is (220,54,201). Sum of RGB (Red+Green+Blue) = 220+54+201=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC36C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC36C9 is #23C936. Grayscale: #777777. Windows color (decimal): -2345271 or 13186780. OLE color: 13186780.

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

Color convert

RGB22054201-
CMYK00.750.090.14
HSL306.87º70.34%53.73%-
HSV(B)306.87º75.45%86.27%-
XYZ41.3822.0757.34-
YUV120.39173.5199.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.32%
GREEN value IS 54 (21.48% from 255) = 11.37%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=46.32%
G=11.37%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205420100.750.090.14306.8770.3453.73
HexDC36C904B9E1334636
Octal334663110113111646310666
Binary110111001101101100100101001011100111101001100111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC36C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC36C9; }

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

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

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

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

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

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

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

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