#DA99BD

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

Shades of Shocking #DA99BD

Tints of Shocking #DA99BD

Color information

#DA99BD (or 0xDA99BD) is unknown color: approx Shocking. HEX triplet: DA, 99 and BD. RGB value is (218,153,189). Sum of RGB (Red+Green+Blue) = 218+153+189=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99BD is #256642. Grayscale: #B0B0B0. Windows color (decimal): -2451011 or 12425690. OLE color: 12425690.

HSL color Cylindrical-coordinate representation of color #DA99BD: hue angle of 326.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA99BD is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218153189-
CMYK00.300.130.15
HSL326.77º46.76%72.75%-
HSV(B)326.77º29.82%85.49%-
XYZ49.4941.3653.52-
YUV176.54135.03157.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=38.93%
G=27.32%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815318900.300.130.15326.7746.7672.75
HexDA99BD01EDF1472f49
Octal332231275036151750757111
Binary110110101001100110111101011110110111111010001111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA99BD; }

 p { color: rgb(218,153,189); }

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

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

 a { background-color: rgb(218,153,189); }

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

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

 span { border-color: rgb(218,153,189); }

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