#DD98CA

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

Shades of Shocking #DD98CA

Tints of Shocking #DD98CA

Color information

#DD98CA (or 0xDD98CA) is unknown color: approx Shocking. HEX triplet: DD, 98 and CA. RGB value is (221,152,202). Sum of RGB (Red+Green+Blue) = 221+152+202=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98CA is #226735. Grayscale: #B2B2B2. Windows color (decimal): -2254646 or 13277405. OLE color: 13277405.

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

Color convert

RGB221152202-
CMYK00.310.090.13
HSL316.52º50.36%73.14%-
HSV(B)316.52º31.22%86.67%-
XYZ51.7142.0961.28-
YUV178.33141.36158.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 152 (59.77% from 255) = 26.43%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=38.43%
G=26.43%
B=35.13%

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
Decimal22115220200.310.090.13316.5250.3673.14
HexDD98CA01F9D13d3249
Octal335230312037111547562111
Binary110111011001100011001010011111100111011001111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98CA; }

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

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

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

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

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

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

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

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