Html Css Color HEX #DD29C6 Razzle Dazzle Rose

📋 copy color: '#DD29C6'

red 221 ◦ green 41 ◦ blue 198

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

Shades of Razzle Dazzle Rose #DD29C6

Tints of Razzle Dazzle Rose #DD29C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.04%

R = 48.04%
G = 8.91%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD29C6 (or 0xDD29C6) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and C6. RGB value is (221,41,198). Sum of RGB (Red+Green+Blue) = 221+41+198=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29C6 is #22D639. Grayscale: #707070. Windows color (decimal): -2283066 or 12986845. OLE color: 12986845.

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

Color convert

RGB 221 41 198 -
CMYK 0 0.81 0.10 0.13
HSL 307.67º 0.73% 0.51% -
HSV(B) 307.67º 0.81% 0.87% -
XYZ 40.8 21.04 55.34 -
YUV 112.72 176.13 205.23 -
System Red Green Blue C M Y K H S L
Decimal 221 41 198 0 0.81 0.10 0.13 307.67 0.73 0.51
Hex DD 29 C6 0 51 A D 134 49 33
Octal 335 51 306 0 121 12 15 464 111 63
Binary 11011101 101001 11000110 0 1010001 1010 1101 100110100 1001001 110011

Color Harmonies of #DD29C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29C6

Black with #DD29C6

Text Example


Text Example

White with #DD29C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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