#DC95B9

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

Shades of Shocking #DC95B9

Tints of Shocking #DC95B9

Color information

#DC95B9 (or 0xDC95B9) is unknown color: approx Shocking. HEX triplet: DC, 95 and B9. RGB value is (220,149,185). Sum of RGB (Red+Green+Blue) = 220+149+185=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95B9 is #236A46. Grayscale: #AEAEAE. Windows color (decimal): -2320967 or 12162524. OLE color: 12162524.

HSL color Cylindrical-coordinate representation of color #DC95B9: hue angle of 329.58º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC95B9 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220149185-
CMYK00.320.160.14
HSL329.58º50.35%72.35%-
HSV(B)329.58º32.27%86.27%-
XYZ49.0240.2151.08-
YUV174.33134.02160.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 185 (72.66% from 255) = 33.39%
R=39.71%
G=26.90%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014918500.320.160.14329.5850.3572.35
HexDC95B902010E14a3248
Octal334225271040201651262110
Binary11011100100101011011100101000001000011101010010101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95B9; }

 p { color: rgb(220,149,185); }

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

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

 a { background-color: rgb(220,149,185); }

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

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

 span { border-color: rgb(220,149,185); }

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