Html Css Color HEX #DD2DC5 Razzle Dazzle Rose

📋 copy color: '#DD2DC5'

red 221 ◦ green 45 ◦ blue 197

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

Shades of Razzle Dazzle Rose #DD2DC5

Tints of Razzle Dazzle Rose #DD2DC5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.72%

 BLUE value IS 197 (77.34% from 255) = 42.55%

R = 47.73%
G = 9.72%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD2DC5 (or 0xDD2DC5) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2D and C5. RGB value is (221,45,197). Sum of RGB (Red+Green+Blue) = 221+45+197=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2DC5 is #22D23A. Grayscale: #727272. Windows color (decimal): -2282043 or 12922333. OLE color: 12922333.

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

Color convert

RGB 221 45 197 -
CMYK 0 0.80 0.11 0.13
HSL 308.18º 0.72% 0.52% -
HSV(B) 308.18º 0.8% 0.87% -
XYZ 40.84 21.28 54.78 -
YUV 114.95 174.31 203.64 -
System Red Green Blue C M Y K H S L
Decimal 221 45 197 0 0.80 0.11 0.13 308.18 0.72 0.52
Hex DD 2D C5 0 50 B D 134 48 34
Octal 335 55 305 0 120 13 15 464 110 64
Binary 11011101 101101 11000101 0 1010000 1011 1101 100110100 1001000 110100

Color Harmonies of #DD2DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2DC5

Black with #DD2DC5

Text Example


Text Example

White with #DD2DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2DC5; }

 p { color: rgb(221,45,197); }

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

background-color css

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

 a { background-color: rgb(221,45,197); }

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

border-color css

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

 span { border-color: rgb(221,45,197); }

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