#DD29D0

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

Shades of Razzle Dazzle Rose #DD29D0

Tints of Razzle Dazzle Rose #DD29D0

Color information

#DD29D0 (or 0xDD29D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 29 and D0. RGB value is (221,41,208). Sum of RGB (Red+Green+Blue) = 221+41+208=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29D0 is #22D62F. Grayscale: #717171. Windows color (decimal): -2283056 or 13642205. OLE color: 13642205.

HSL color Cylindrical-coordinate representation of color #DD29D0: hue angle of 304.33º 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 #DD29D0 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB22141208-
CMYK00.810.060.13
HSL304.33º72.58%51.37%-
HSV(B)304.33º81.45%86.67%-
XYZ4221.5161.61-
YUV113.86181.13204.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 41 (16.41% from 255) = 8.72%
BLUE value IS 208 (81.64% from 255) = 44.26%
R=47.02%
G=8.72%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214120800.810.060.13304.3372.5851.37
HexDD29D00516D1304933
Octal33551320012161546011163
Binary11011101101001110100000101000111011011001100001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD29D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD29D0; }

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

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

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

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

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

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

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

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