#DB99C1

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

Shades of Shocking #DB99C1

Tints of Shocking #DB99C1

Color information

#DB99C1 (or 0xDB99C1) is unknown color: approx Shocking. HEX triplet: DB, 99 and C1. RGB value is (219,153,193). Sum of RGB (Red+Green+Blue) = 219+153+193=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99C1 is #24663E. Grayscale: #B1B1B1. Windows color (decimal): -2385471 or 12687835. OLE color: 12687835.

HSL color Cylindrical-coordinate representation of color #DB99C1: hue angle of 323.64º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99C1 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB219153193-
CMYK00.300.120.14
HSL323.64º47.83%72.94%-
HSV(B)323.64º30.14%85.88%-
XYZ50.2341.6955.85-
YUV177.29136.87157.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=38.76%
G=27.08%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915319300.300.120.14323.6447.8372.94
HexDB99C101ECE1443049
Octal333231301036141650460111
Binary110110111001100111000001011110110011101010001001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB99C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB99C1; }

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

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

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

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

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

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

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

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