#DD33BB

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

Shades of Razzle Dazzle Rose #DD33BB

Tints of Razzle Dazzle Rose #DD33BB

Color information

#DD33BB (or 0xDD33BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 33 and BB. RGB value is (221,51,187). Sum of RGB (Red+Green+Blue) = 221+51+187=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33BB is #22CC44. Grayscale: #747474. Windows color (decimal): -2280517 or 12268509. OLE color: 12268509.

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

Color convert

RGB22151187-
CMYK00.770.150.13
HSL312º71.43%53.33%-
HSV(B)312º76.92%86.67%-
XYZ39.9721.3349.02-
YUV117.33167.32201.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 51 (20.31% from 255) = 11.11%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=48.15%
G=11.11%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215118700.770.150.1331271.4353.33
HexDD33BB04DFD1384735
Octal335632730115171547010765
Binary110111011100111011101101001101111111011001110001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD33BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD33BB; }

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

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

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

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

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

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

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

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