Html Css Color HEX #DD29DD Razzle Dazzle Rose

📋 copy color: '#DD29DD'

red 221 ◦ green 41 ◦ blue 221

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

Shades of Razzle Dazzle Rose #DD29DD

Tints of Razzle Dazzle Rose #DD29DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 45.76%
G = 8.49%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD29DD (or 0xDD29DD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and DD. RGB value is (221,41,221). Sum of RGB (Red+Green+Blue) = 221+41+221=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD29DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29DD is #22D622. Grayscale: #727272. Windows color (decimal): -2283043 or 14494173. OLE color: 14494173.

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

Color convert

RGB 221 41 221 -
CMYK 0 0.81 0 0.13
HSL 300º 0.73% 0.51% -
HSV(B) 300º 0.81% 0.87% -
XYZ 43.66 22.18 70.39 -
YUV 115.34 187.63 203.36 -
System Red Green Blue C M Y K H S L
Decimal 221 41 221 0 0.81 0 0.13 300 0.73 0.51
Hex DD 29 DD 0 51 0 D 12C 49 33
Octal 335 51 335 0 121 0 15 454 111 63
Binary 11011101 101001 11011101 0 1010001 0 1101 100101100 1001001 110011

Color Harmonies of #DD29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29DD

Black with #DD29DD

Text Example


Text Example

White with #DD29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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