Html Css Color HEX #DD2CC9 Razzle Dazzle Rose

📋 copy color: '#DD2CC9'

red 221 ◦ green 44 ◦ blue 201

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

Shades of Razzle Dazzle Rose #DD2CC9

Tints of Razzle Dazzle Rose #DD2CC9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.44%

 BLUE value IS 201 (78.91% from 255) = 43.13%

R = 47.42%
G = 9.44%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD2CC9 (or 0xDD2CC9) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2C and C9. RGB value is (221,44,201). Sum of RGB (Red+Green+Blue) = 221+44+201=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CC9 is #22D336. Grayscale: #727272. Windows color (decimal): -2282295 or 13184221. OLE color: 13184221.

HSL color Cylindrical-coordinate representation of color #DD2CC9: hue angle of 306.78º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2CC9 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 44 201 -
CMYK 0 0.80 0.09 0.13
HSL 306.78º 0.72% 0.52% -
HSV(B) 306.78º 0.8% 0.87% -
XYZ 41.26 21.39 57.21 -
YUV 114.82 176.64 203.73 -
System Red Green Blue C M Y K H S L
Decimal 221 44 201 0 0.80 0.09 0.13 306.78 0.72 0.52
Hex DD 2C C9 0 50 9 D 133 48 34
Octal 335 54 311 0 120 11 15 463 110 64
Binary 11011101 101100 11001001 0 1010000 1001 1101 100110011 1001000 110100

Color Harmonies of #DD2CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2CC9

Black with #DD2CC9

Text Example


Text Example

White with #DD2CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2CC9; }

 p { color: rgb(221,44,201); }

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

background-color css

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

 a { background-color: rgb(221,44,201); }

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

border-color css

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

 span { border-color: rgb(221,44,201); }

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