#DD99CA

Color #DD99CA Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #DD99CA

Tints of Shocking #DD99CA

Color information

#DD99CA (or 0xDD99CA) is unknown color: approx Shocking. HEX triplet: DD, 99 and CA. RGB value is (221,153,202). Sum of RGB (Red+Green+Blue) = 221+153+202=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99CA is #226635. Grayscale: #B2B2B2. Windows color (decimal): -2254390 or 13277661. OLE color: 13277661.

HSL color Cylindrical-coordinate representation of color #DD99CA: hue angle of 316.76º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD99CA is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221153202-
CMYK00.310.090.13
HSL316.76º50%73.33%-
HSV(B)316.76º30.77%86.67%-
XYZ51.8742.4261.33-
YUV178.92141.03158.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=38.37%
G=26.56%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115320200.310.090.13316.765073.33
HexDD99CA01F9D13d3249
Octal335231312037111547562111
Binary110111011001100111001010011111100111011001111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99CA; }

 p { color: rgb(221,153,202); }

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

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

 a { background-color: rgb(221,153,202); }

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

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

 span { border-color: rgb(221,153,202); }

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