#DC33BB

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

Shades of Razzle Dazzle Rose #DC33BB

Tints of Razzle Dazzle Rose #DC33BB

Color information

#DC33BB (or 0xDC33BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 33 and BB. RGB value is (220,51,187). Sum of RGB (Red+Green+Blue) = 220+51+187=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33BB is #23CC44. Grayscale: #747474. Windows color (decimal): -2346053 or 12268508. OLE color: 12268508.

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

Color convert

RGB22051187-
CMYK00.770.150.14
HSL311.72º70.71%53.14%-
HSV(B)311.72º76.82%86.27%-
XYZ39.6721.1749.01-
YUV117.04167.49201.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.03%
GREEN value IS 51 (20.31% from 255) = 11.14%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=48.03%
G=11.14%
B=40.83%

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
Decimal2205118700.770.150.14311.7270.7153.14
HexDC33BB04DFE1384735
Octal334632730115171647010765
Binary110111001100111011101101001101111111101001110001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC33BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC33BB; }

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

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

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

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

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

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

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

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