Html Css Color HEX #DB88BB Shocking

📋 copy color: '#DB88BB'

red 219 ◦ green 136 ◦ blue 187

#DB88BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking #DB88BB

Tints of Shocking #DB88BB

RGB

 RED value IS 219 (85.94% from 255) = 40.41%

 GREEN value IS 136 (53.52% from 255) = 25.09%

 BLUE value IS 187 (73.44% from 255) = 34.5%

R = 40.41%
G = 25.09%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB88BB (or 0xDB88BB) is known color: Shocking. HEX triplet: DB, 88 and BB. RGB value is (219,136,187). Sum of RGB (Red+Green+Blue) = 219+136+187=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88BB is #247744. Grayscale: #A6A6A6. Windows color (decimal): -2389829 or 12290267. OLE color: 12290267.

HSL color Cylindrical-coordinate representation of color #DB88BB: hue angle of 323.13º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB88BB is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 136 187 -
CMYK 0 0.38 0.15 0.14
HSL 323.13º 0.54% 0.7% -
HSV(B) 323.13º 0.38% 0.86% -
XYZ 46.99 36.26 51.54 -
YUV 166.63 139.5 165.35 -
System Red Green Blue C M Y K H S L
Decimal 219 136 187 0 0.38 0.15 0.14 323.13 0.54 0.7
Hex DB 88 BB 0 26 F E 143 36 46
Octal 333 210 273 0 46 17 16 503 66 106
Binary 11011011 10001000 10111011 0 100110 1111 1110 101000011 110110 1000110

Color Harmonies of #DB88BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB88BB

Black with #DB88BB

Text Example


Text Example

White with #DB88BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB88BB; }

 p { color: rgb(219,136,187); }

 H1.HeaderClassName
 {
   color: #DB88BB;
 }
 .AnyTagClassName
 {
   color: #DB88BB;
 }
</style>

background-color css

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

 a { background-color: rgb(219,136,187); }

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

border-color css

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

 span { border-color: rgb(219,136,187); }

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