#DB95C3

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

Shades of Shocking #DB95C3

Tints of Shocking #DB95C3

Color information

#DB95C3 (or 0xDB95C3) is unknown color: approx Shocking. HEX triplet: DB, 95 and C3. RGB value is (219,149,195). Sum of RGB (Red+Green+Blue) = 219+149+195=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95C3 is #246A3C. Grayscale: #AFAFAF. Windows color (decimal): -2386493 or 12817883. OLE color: 12817883.

HSL color Cylindrical-coordinate representation of color #DB95C3: hue angle of 320.57º degrees, saturation: 0.49, 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 #DB95C3 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB219149195-
CMYK00.320.110.14
HSL320.57º49.3%72.16%-
HSV(B)320.57º31.96%85.88%-
XYZ49.8140.556.82-
YUV175.17139.19159.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 149 (58.59% from 255) = 26.47%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=38.90%
G=26.47%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914919500.320.110.14320.5749.372.16
HexDB95C3020BE1413148
Octal333225303040131650161110
Binary1101101110010101110000110100000101111101010000011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB95C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB95C3; }

 p { color: rgb(219,149,195); }

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

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

 a { background-color: rgb(219,149,195); }

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

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

 span { border-color: rgb(219,149,195); }

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