Html Css Color HEX #DD29D5 Razzle Dazzle Rose

📋 copy color: '#DD29D5'

red 221 ◦ green 41 ◦ blue 213

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

Shades of Razzle Dazzle Rose #DD29D5

Tints of Razzle Dazzle Rose #DD29D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.84%

R = 46.53%
G = 8.63%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD29D5 (or 0xDD29D5) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and D5. RGB value is (221,41,213). Sum of RGB (Red+Green+Blue) = 221+41+213=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29D5 is #22D62A. Grayscale: #717171. Windows color (decimal): -2283051 or 13969885. OLE color: 13969885.

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

Color convert

RGB 221 41 213 -
CMYK 0 0.81 0.04 0.13
HSL 302.67º 0.73% 0.51% -
HSV(B) 302.67º 0.81% 0.87% -
XYZ 42.62 21.76 64.9 -
YUV 114.43 183.63 204.01 -
System Red Green Blue C M Y K H S L
Decimal 221 41 213 0 0.81 0.04 0.13 302.67 0.73 0.51
Hex DD 29 D5 0 51 4 D 12F 49 33
Octal 335 51 325 0 121 4 15 457 111 63
Binary 11011101 101001 11010101 0 1010001 100 1101 100101111 1001001 110011

Color Harmonies of #DD29D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29D5

Black with #DD29D5

Text Example


Text Example

White with #DD29D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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