Html Css Color HEX #DD29C9 Razzle Dazzle Rose

📋 copy color: '#DD29C9'

red 221 ◦ green 41 ◦ blue 201

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

Shades of Razzle Dazzle Rose #DD29C9

Tints of Razzle Dazzle Rose #DD29C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.41%

R = 47.73%
G = 8.86%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD29C9 (or 0xDD29C9) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and C9. RGB value is (221,41,201). Sum of RGB (Red+Green+Blue) = 221+41+201=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 41 (16.41% from 255 or 8.86% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29C9 is #22D636. Grayscale: #707070. Windows color (decimal): -2283063 or 13183453. OLE color: 13183453.

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

Color convert

RGB 221 41 201 -
CMYK 0 0.81 0.09 0.13
HSL 306.67º 0.73% 0.51% -
HSV(B) 306.67º 0.81% 0.87% -
XYZ 41.15 21.18 57.18 -
YUV 113.06 177.63 204.99 -
System Red Green Blue C M Y K H S L
Decimal 221 41 201 0 0.81 0.09 0.13 306.67 0.73 0.51
Hex DD 29 C9 0 51 9 D 133 49 33
Octal 335 51 311 0 121 11 15 463 111 63
Binary 11011101 101001 11001001 0 1010001 1001 1101 100110011 1001001 110011

Color Harmonies of #DD29C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29C9

Black with #DD29C9

Text Example


Text Example

White with #DD29C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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