#DB98C1

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

Shades of Shocking #DB98C1

Tints of Shocking #DB98C1

Color information

#DB98C1 (or 0xDB98C1) is unknown color: approx Shocking. HEX triplet: DB, 98 and C1. RGB value is (219,152,193). Sum of RGB (Red+Green+Blue) = 219+152+193=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98C1 is #24673E. Grayscale: #B0B0B0. Windows color (decimal): -2385727 or 12687579. OLE color: 12687579.

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

Color convert

RGB219152193-
CMYK00.310.120.14
HSL323.28º48.2%72.75%-
HSV(B)323.28º30.59%85.88%-
XYZ50.0741.3755.8-
YUV176.71137.2158.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 152 (59.77% from 255) = 26.95%
BLUE value IS 193 (75.78% from 255) = 34.22%
R=38.83%
G=26.95%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915219300.310.120.14323.2848.272.75
HexDB98C101FCE1433049
Octal333230301037141650360111
Binary110110111001100011000001011111110011101010000111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB98C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB98C1; }

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

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

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

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

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

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

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

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