Html Css Color HEX #DD29C4 Razzle Dazzle Rose

📋 copy color: '#DD29C4'

red 221 ◦ green 41 ◦ blue 196

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

Shades of Razzle Dazzle Rose #DD29C4

Tints of Razzle Dazzle Rose #DD29C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.79%

R = 48.25%
G = 8.95%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD29C4 (or 0xDD29C4) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and C4. RGB value is (221,41,196). Sum of RGB (Red+Green+Blue) = 221+41+196=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29C4 is #22D63B. Grayscale: #707070. Windows color (decimal): -2283068 or 12855773. OLE color: 12855773.

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

Color convert

RGB 221 41 196 -
CMYK 0 0.81 0.11 0.13
HSL 308.33º 0.73% 0.51% -
HSV(B) 308.33º 0.81% 0.87% -
XYZ 40.58 20.94 54.13 -
YUV 112.49 175.13 205.4 -
System Red Green Blue C M Y K H S L
Decimal 221 41 196 0 0.81 0.11 0.13 308.33 0.73 0.51
Hex DD 29 C4 0 51 B D 134 49 33
Octal 335 51 304 0 121 13 15 464 111 63
Binary 11011101 101001 11000100 0 1010001 1011 1101 100110100 1001001 110011

Color Harmonies of #DD29C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29C4

Black with #DD29C4

Text Example


Text Example

White with #DD29C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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