#DD2CD9

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

Shades of Razzle Dazzle Rose #DD2CD9

Tints of Razzle Dazzle Rose #DD2CD9

Color information

#DD2CD9 (or 0xDD2CD9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 2C and D9. RGB value is (221,44,217). Sum of RGB (Red+Green+Blue) = 221+44+217=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 44 (17.58% from 255 or 9.13% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CD9 is #22D326. Grayscale: #747474. Windows color (decimal): -2282279 or 14232797. OLE color: 14232797.

HSL color Cylindrical-coordinate representation of color #DD2CD9: hue angle of 301.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2CD9 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB22144217-
CMYK00.800.020.13
HSL301.36º72.24%51.96%-
HSV(B)301.36º80.09%86.67%-
XYZ43.2422.1867.65-
YUV116.64184.64202.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 44 (17.58% from 255) = 9.13%
BLUE value IS 217 (85.16% from 255) = 45.02%
R=45.85%
G=9.13%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214421700.800.020.13301.3672.2451.96
HexDD2CD90502D12d4834
Octal33554331012021545511064
Binary1101110110110011011001010100001011011001011011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2CD9; }

 p { color: rgb(221,44,217); }

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

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

 a { background-color: rgb(221,44,217); }

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

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

 span { border-color: rgb(221,44,217); }

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