Html Css Color HEX #DD29DA Razzle Dazzle Rose

📋 copy color: '#DD29DA'

red 221 ◦ green 41 ◦ blue 218

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

Shades of Razzle Dazzle Rose #DD29DA

Tints of Razzle Dazzle Rose #DD29DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 46.04%
G = 8.54%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD29DA (or 0xDD29DA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and DA. RGB value is (221,41,218). Sum of RGB (Red+Green+Blue) = 221+41+218=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 41 (16.41% from 255 or 8.54% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29DA is #22D625. Grayscale: #727272. Windows color (decimal): -2283046 or 14297565. OLE color: 14297565.

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

Color convert

RGB 221 41 218 -
CMYK 0 0.81 0.01 0.13
HSL 301º 0.73% 0.51% -
HSV(B) 301º 0.81% 0.87% -
XYZ 43.27 22.02 68.3 -
YUV 115 186.13 203.61 -
System Red Green Blue C M Y K H S L
Decimal 221 41 218 0 0.81 0.01 0.13 301 0.73 0.51
Hex DD 29 DA 0 51 1 D 12D 49 33
Octal 335 51 332 0 121 1 15 455 111 63
Binary 11011101 101001 11011010 0 1010001 1 1101 100101101 1001001 110011

Color Harmonies of #DD29DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29DA

Black with #DD29DA

Text Example


Text Example

White with #DD29DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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