Html Css Color HEX #DB8AA8 Kobi

📋 copy color: '#DB8AA8'

red 219 ◦ green 138 ◦ blue 168

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

Shades of Kobi #DB8AA8

Tints of Kobi #DB8AA8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.29%

 BLUE value IS 168 (66.02% from 255) = 32%

R = 41.71%
G = 26.29%
B = 32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB8AA8 (or 0xDB8AA8) is known color: Kobi. HEX triplet: DB, 8A and A8. RGB value is (219,138,168). Sum of RGB (Red+Green+Blue) = 219+138+168=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8AA8 is #247557. Grayscale: #A5A5A5. Windows color (decimal): -2389336 or 11045595. OLE color: 11045595.

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

Color convert

RGB 219 138 168 -
CMYK 0 0.37 0.23 0.14
HSL 337.78º 0.53% 0.7% -
HSV(B) 337.78º 0.37% 0.86% -
XYZ 45.37 36.06 41.62 -
YUV 165.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 219 138 168 0 0.37 0.23 0.14 337.78 0.53 0.7
Hex DB 8A A8 0 25 17 E 152 35 46
Octal 333 212 250 0 45 27 16 522 65 106
Binary 11011011 10001010 10101000 0 100101 10111 1110 101010010 110101 1000110

Color Harmonies of #DB8AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8AA8

Black with #DB8AA8

Text Example


Text Example

White with #DB8AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8AA8; }

 p { color: rgb(219,138,168); }

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

background-color css

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

 a { background-color: rgb(219,138,168); }

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

border-color css

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

 span { border-color: rgb(219,138,168); }

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