Html Css Color HEX #DD29D4 Razzle Dazzle Rose

📋 copy color: '#DD29D4'

red 221 ◦ green 41 ◦ blue 212

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

Shades of Razzle Dazzle Rose #DD29D4

Tints of Razzle Dazzle Rose #DD29D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.73%

R = 46.62%
G = 8.65%
B = 44.73%

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

#DD29D4 (or 0xDD29D4) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and D4. RGB value is (221,41,212). Sum of RGB (Red+Green+Blue) = 221+41+212=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29D4 is #22D62B. Grayscale: #717171. Windows color (decimal): -2283052 or 13904349. OLE color: 13904349.

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

Color convert

RGB 221 41 212 -
CMYK 0 0.81 0.04 0.13
HSL 303º 0.73% 0.51% -
HSV(B) 303º 0.81% 0.87% -
XYZ 42.5 21.71 64.24 -
YUV 114.31 183.13 204.1 -
System Red Green Blue C M Y K H S L
Decimal 221 41 212 0 0.81 0.04 0.13 303 0.73 0.51
Hex DD 29 D4 0 51 4 D 12F 49 33
Octal 335 51 324 0 121 4 15 457 111 63
Binary 11011101 101001 11010100 0 1010001 100 1101 100101111 1001001 110011

Color Harmonies of #DD29D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29D4

Black with #DD29D4

Text Example


Text Example

White with #DD29D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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