#DD3DB8

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

Shades of Razzle Dazzle Rose #DD3DB8

Tints of Razzle Dazzle Rose #DD3DB8

Color information

#DD3DB8 (or 0xDD3DB8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 3D and B8. RGB value is (221,61,184). Sum of RGB (Red+Green+Blue) = 221+61+184=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3DB8 is #22C247. Grayscale: #7A7A7A. Windows color (decimal): -2277960 or 12074461. OLE color: 12074461.

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

Color convert

RGB22161184-
CMYK00.720.170.13
HSL313.88º70.18%55.29%-
HSV(B)313.88º72.4%86.67%-
XYZ40.1422.1747.51-
YUV122.86162.51198-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 61 (24.22% from 255) = 13.09%
BLUE value IS 184 (72.27% from 255) = 39.48%
R=47.42%
G=13.09%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216118400.720.170.13313.8870.1855.29
HexDD3DB804811D13a4637
Octal335752700110211547210667
Binary1101110111110110111000010010001000111011001110101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3DB8; }

 p { color: rgb(221,61,184); }

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

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

 a { background-color: rgb(221,61,184); }

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

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

 span { border-color: rgb(221,61,184); }

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