#DD2CC3

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

Shades of Razzle Dazzle Rose #DD2CC3

Tints of Razzle Dazzle Rose #DD2CC3

Color information

#DD2CC3 (or 0xDD2CC3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 2C and C3. RGB value is (221,44,195). Sum of RGB (Red+Green+Blue) = 221+44+195=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CC3 is #22D33C. Grayscale: #717171. Windows color (decimal): -2282301 or 12791005. OLE color: 12791005.

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

Color convert

RGB22144195-
CMYK00.800.120.13
HSL308.81º72.24%51.96%-
HSV(B)308.81º80.09%86.67%-
XYZ40.5721.1153.57-
YUV114.14173.64204.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 44 (17.58% from 255) = 9.57%
BLUE value IS 195 (76.56% from 255) = 42.39%
R=48.04%
G=9.57%
B=42.39%

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
Decimal2214419500.800.120.13308.8172.2451.96
HexDD2CC3050CD1354834
Octal335543030120141546511064
Binary110111011011001100001101010000110011011001101011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2CC3; }

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

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

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

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

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

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

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

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