#DB96C1

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

Shades of Shocking #DB96C1

Tints of Shocking #DB96C1

Color information

#DB96C1 (or 0xDB96C1) is unknown color: approx Shocking. HEX triplet: DB, 96 and C1. RGB value is (219,150,193). Sum of RGB (Red+Green+Blue) = 219+150+193=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96C1 is #24693E. Grayscale: #AFAFAF. Windows color (decimal): -2386239 or 12687067. OLE color: 12687067.

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

Color convert

RGB219150193-
CMYK00.320.120.14
HSL322.61º48.94%72.35%-
HSV(B)322.61º31.51%85.88%-
XYZ49.7540.7255.69-
YUV175.53137.86159-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.97%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 193 (75.78% from 255) = 34.34%
R=38.97%
G=26.69%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915019300.320.120.14322.6148.9472.35
HexDB96C1020CE1433148
Octal333226301040141650361110
Binary1101101110010110110000010100000110011101010000111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB96C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB96C1; }

 p { color: rgb(219,150,193); }

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

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

 a { background-color: rgb(219,150,193); }

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

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

 span { border-color: rgb(219,150,193); }

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