Html Css Color HEX #DD29CA Razzle Dazzle Rose

📋 copy color: '#DD29CA'

red 221 ◦ green 41 ◦ blue 202

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

Shades of Razzle Dazzle Rose #DD29CA

Tints of Razzle Dazzle Rose #DD29CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 47.63%
G = 8.84%
B = 43.53%

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

#DD29CA (or 0xDD29CA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and CA. RGB value is (221,41,202). Sum of RGB (Red+Green+Blue) = 221+41+202=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 41 (16.41% from 255 or 8.84% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29CA is #22D635. Grayscale: #707070. Windows color (decimal): -2283062 or 13248989. OLE color: 13248989.

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

Color convert

RGB 221 41 202 -
CMYK 0 0.81 0.09 0.13
HSL 306.33º 0.73% 0.51% -
HSV(B) 306.33º 0.81% 0.87% -
XYZ 41.27 21.22 57.8 -
YUV 113.17 178.13 204.91 -
System Red Green Blue C M Y K H S L
Decimal 221 41 202 0 0.81 0.09 0.13 306.33 0.73 0.51
Hex DD 29 CA 0 51 9 D 132 49 33
Octal 335 51 312 0 121 11 15 462 111 63
Binary 11011101 101001 11001010 0 1010001 1001 1101 100110010 1001001 110011

Color Harmonies of #DD29CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29CA

Black with #DD29CA

Text Example


Text Example

White with #DD29CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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