#DD29D8

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

Shades of Razzle Dazzle Rose #DD29D8

Tints of Razzle Dazzle Rose #DD29D8

Color information

#DD29D8 (or 0xDD29D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 29 and D8. RGB value is (221,41,216). Sum of RGB (Red+Green+Blue) = 221+41+216=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29D8 is #22D627. Grayscale: #727272. Windows color (decimal): -2283048 or 14166493. OLE color: 14166493.

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

Color convert

RGB22141216-
CMYK00.810.020.13
HSL301.67º72.58%51.37%-
HSV(B)301.67º81.45%86.67%-
XYZ43.0121.9266.93-
YUV114.77185.13203.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 41 (16.41% from 255) = 8.58%
BLUE value IS 216 (84.77% from 255) = 45.19%
R=46.23%
G=8.58%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214121600.810.020.13301.6772.5851.37
HexDD29D80512D12e4933
Octal33551330012121545611163
Binary1101110110100111011000010100011011011001011101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD29D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD29D8; }

 p { color: rgb(221,41,216); }

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

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

 a { background-color: rgb(221,41,216); }

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

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

 span { border-color: rgb(221,41,216); }

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