#DB95C4

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

Shades of Shocking #DB95C4

Tints of Shocking #DB95C4

Color information

#DB95C4 (or 0xDB95C4) is unknown color: approx Shocking. HEX triplet: DB, 95 and C4. RGB value is (219,149,196). Sum of RGB (Red+Green+Blue) = 219+149+196=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95C4 is #246A3B. Grayscale: #AFAFAF. Windows color (decimal): -2386492 or 12883419. OLE color: 12883419.

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

Color convert

RGB219149196-
CMYK00.320.110.14
HSL319.71º49.3%72.16%-
HSV(B)319.71º31.96%85.88%-
XYZ49.9240.5457.42-
YUV175.29139.69159.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=38.83%
G=26.42%
B=34.75%

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
Decimal21914919600.320.110.14319.7149.372.16
HexDB95C4020BE1403148
Octal333225304040131650061110
Binary1101101110010101110001000100000101111101010000001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB95C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB95C4; }

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

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

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

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

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

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

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

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