#DD2CC5

Color #DD2CC5 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DD2CC5

Tints of Razzle Dazzle Rose #DD2CC5

Color information

#DD2CC5 (or 0xDD2CC5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 2C and C5. RGB value is (221,44,197). Sum of RGB (Red+Green+Blue) = 221+44+197=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CC5 is #22D33A. Grayscale: #717171. Windows color (decimal): -2282299 or 12922077. OLE color: 12922077.

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

Color convert

RGB22144197-
CMYK00.800.110.13
HSL308.14º72.24%51.96%-
HSV(B)308.14º80.09%86.67%-
XYZ40.821.254.77-
YUV114.36174.64204.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.84%
GREEN value IS 44 (17.58% from 255) = 9.52%
BLUE value IS 197 (77.34% from 255) = 42.64%
R=47.84%
G=9.52%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214419700.800.110.13308.1472.2451.96
HexDD2CC5050BD1344834
Octal335543050120131546411064
Binary110111011011001100010101010000101111011001101001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2CC5; }

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

 H1.HeaderClassName
 {
   color: #DD2CC5;
 }
 .AnyTagClassName
 {
   color: #DD2CC5;
 }
</style>
background-color css

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

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

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

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

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

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