#DD2CC2

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

Shades of Razzle Dazzle Rose #DD2CC2

Tints of Razzle Dazzle Rose #DD2CC2

Color information

#DD2CC2 (or 0xDD2CC2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 2C and C2. RGB value is (221,44,194). Sum of RGB (Red+Green+Blue) = 221+44+194=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CC2 is #22D33D. Grayscale: #717171. Windows color (decimal): -2282302 or 12725469. OLE color: 12725469.

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

Color convert

RGB22144194-
CMYK00.800.120.13
HSL309.15º72.24%51.96%-
HSV(B)309.15º80.09%86.67%-
XYZ40.4621.0752.97-
YUV114.02173.14204.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 44 (17.58% from 255) = 9.59%
BLUE value IS 194 (76.17% from 255) = 42.27%
R=48.15%
G=9.59%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214419400.800.120.13309.1572.2451.96
HexDD2CC2050CD1354834
Octal335543020120141546511064
Binary110111011011001100001001010000110011011001101011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2CC2; }

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

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

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

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

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

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

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

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