Html Css Color HEX #DD29D2 Razzle Dazzle Rose

📋 copy color: '#DD29D2'

red 221 ◦ green 41 ◦ blue 210

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

Shades of Razzle Dazzle Rose #DD29D2

Tints of Razzle Dazzle Rose #DD29D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.49%

R = 46.82%
G = 8.69%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD29D2 (or 0xDD29D2) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and D2. RGB value is (221,41,210). Sum of RGB (Red+Green+Blue) = 221+41+210=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29D2 is #22D62D. Grayscale: #717171. Windows color (decimal): -2283054 or 13773277. OLE color: 13773277.

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

Color convert

RGB 221 41 210 -
CMYK 0 0.81 0.05 0.13
HSL 303.67º 0.73% 0.51% -
HSV(B) 303.67º 0.81% 0.87% -
XYZ 42.24 21.61 62.92 -
YUV 114.09 182.13 204.26 -
System Red Green Blue C M Y K H S L
Decimal 221 41 210 0 0.81 0.05 0.13 303.67 0.73 0.51
Hex DD 29 D2 0 51 5 D 130 49 33
Octal 335 51 322 0 121 5 15 460 111 63
Binary 11011101 101001 11010010 0 1010001 101 1101 100110000 1001001 110011

Color Harmonies of #DD29D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29D2

Black with #DD29D2

Text Example


Text Example

White with #DD29D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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