#DD3BBB

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

Shades of Razzle Dazzle Rose #DD3BBB

Tints of Razzle Dazzle Rose #DD3BBB

Color information

#DD3BBB (or 0xDD3BBB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 3B and BB. RGB value is (221,59,187). Sum of RGB (Red+Green+Blue) = 221+59+187=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3BBB is #22C444. Grayscale: #797979. Windows color (decimal): -2278469 or 12270557. OLE color: 12270557.

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

Color convert

RGB22159187-
CMYK00.730.150.13
HSL312.59º70.43%54.9%-
HSV(B)312.59º73.3%86.67%-
XYZ40.3522.0949.15-
YUV122.03164.67198.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 59 (23.44% from 255) = 12.63%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=47.32%
G=12.63%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215918700.730.150.13312.5970.4354.9
HexDD3BBB049FD1394637
Octal335732730111171547110667
Binary110111011110111011101101001001111111011001110011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3BBB; }

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

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

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

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

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

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

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

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