Html Css Color HEX #DD29D9 Razzle Dazzle Rose

📋 copy color: '#DD29D9'

red 221 ◦ green 41 ◦ blue 217

#DD29D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #DD29D9

Tints of Razzle Dazzle Rose #DD29D9

RGB

 RED value IS 221 (86.72% from 255) = 46.14%

 GREEN value IS 41 (16.41% from 255) = 8.56%

 BLUE value IS 217 (85.16% from 255) = 45.3%

R = 46.14%
G = 8.56%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD29D9 (or 0xDD29D9) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and D9. RGB value is (221,41,217). Sum of RGB (Red+Green+Blue) = 221+41+217=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 41 (16.41% from 255 or 8.56% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29D9 is #22D626. Grayscale: #727272. Windows color (decimal): -2283047 or 14232029. OLE color: 14232029.

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

Color convert

RGB 221 41 217 -
CMYK 0 0.81 0.02 0.13
HSL 301.33º 0.73% 0.51% -
HSV(B) 301.33º 0.81% 0.87% -
XYZ 43.14 21.97 67.61 -
YUV 114.88 185.63 203.69 -
System Red Green Blue C M Y K H S L
Decimal 221 41 217 0 0.81 0.02 0.13 301.33 0.73 0.51
Hex DD 29 D9 0 51 2 D 12D 49 33
Octal 335 51 331 0 121 2 15 455 111 63
Binary 11011101 101001 11011001 0 1010001 10 1101 100101101 1001001 110011

Color Harmonies of #DD29D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29D9

Black with #DD29D9

Text Example


Text Example

White with #DD29D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29D9; }

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

 H1.HeaderClassName
 {
   color: #DD29D9;
 }
 .AnyTagClassName
 {
   color: #DD29D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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