Html Css Color HEX #DB88AC Kobi

📋 copy color: '#DB88AC'

red 219 ◦ green 136 ◦ blue 172

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

Shades of Kobi #DB88AC

Tints of Kobi #DB88AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.64%

R = 41.56%
G = 25.81%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB88AC (or 0xDB88AC) is known color: Kobi. HEX triplet: DB, 88 and AC. RGB value is (219,136,172). Sum of RGB (Red+Green+Blue) = 219+136+172=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB88AC is #247753. Grayscale: #A4A4A4. Windows color (decimal): -2389844 or 11307227. OLE color: 11307227.

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

Color convert

RGB 219 136 172 -
CMYK 0 0.38 0.21 0.14
HSL 333.98º 0.54% 0.7% -
HSV(B) 333.98º 0.38% 0.86% -
XYZ 45.46 35.65 43.51 -
YUV 164.92 132 166.57 -
System Red Green Blue C M Y K H S L
Decimal 219 136 172 0 0.38 0.21 0.14 333.98 0.54 0.7
Hex DB 88 AC 0 26 15 E 14E 36 46
Octal 333 210 254 0 46 25 16 516 66 106
Binary 11011011 10001000 10101100 0 100110 10101 1110 101001110 110110 1000110

Color Harmonies of #DB88AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB88AC

Black with #DB88AC

Text Example


Text Example

White with #DB88AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB88AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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