#DC33BA

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

Shades of Razzle Dazzle Rose #DC33BA

Tints of Razzle Dazzle Rose #DC33BA

Color information

#DC33BA (or 0xDC33BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 33 and BA. RGB value is (220,51,186). Sum of RGB (Red+Green+Blue) = 220+51+186=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33BA is #23CC45. Grayscale: #747474. Windows color (decimal): -2346054 or 12202972. OLE color: 12202972.

HSL color Cylindrical-coordinate representation of color #DC33BA: hue angle of 312.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC33BA is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB22051186-
CMYK00.770.150.14
HSL312.07º70.71%53.14%-
HSV(B)312.07º76.82%86.27%-
XYZ39.5621.1348.45-
YUV116.92166.99201.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.14%
GREEN value IS 51 (20.31% from 255) = 11.16%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=48.14%
G=11.16%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205118600.770.150.14312.0770.7153.14
HexDC33BA04DFE1384735
Octal334632720115171647010765
Binary110111001100111011101001001101111111101001110001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC33BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC33BA; }

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

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

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

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

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

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

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

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