#DD9FCA

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

Shades of Shocking #DD9FCA

Tints of Shocking #DD9FCA

Color information

#DD9FCA (or 0xDD9FCA) is unknown color: approx Shocking. HEX triplet: DD, 9F and CA. RGB value is (221,159,202). Sum of RGB (Red+Green+Blue) = 221+159+202=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FCA is #226035. Grayscale: #B6B6B6. Windows color (decimal): -2252854 or 13279197. OLE color: 13279197.

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

Color convert

RGB221159202-
CMYK00.280.090.13
HSL318.39º47.69%74.51%-
HSV(B)318.39º28.05%86.67%-
XYZ52.8844.4361.67-
YUV182.44139.04155.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 159 (62.5% from 255) = 27.32%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=37.97%
G=27.32%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115920200.280.090.13318.3947.6974.51
HexDD9FCA01C9D13e304b
Octal335237312034111547660113
Binary110111011001111111001010011100100111011001111101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FCA; }

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

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

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

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

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

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

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

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