Html Css Color HEX #DB8AB0 Kobi

📋 copy color: '#DB8AB0'

red 219 ◦ green 138 ◦ blue 176

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

Shades of Kobi #DB8AB0

Tints of Kobi #DB8AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.02%

R = 41.09%
G = 25.89%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB8AB0 (or 0xDB8AB0) is known color: Kobi. HEX triplet: DB, 8A and B0. RGB value is (219,138,176). Sum of RGB (Red+Green+Blue) = 219+138+176=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8AB0 is #24754F. Grayscale: #A6A6A6. Windows color (decimal): -2389328 or 11569883. OLE color: 11569883.

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

Color convert

RGB 219 138 176 -
CMYK 0 0.37 0.20 0.14
HSL 331.85º 0.53% 0.7% -
HSV(B) 331.85º 0.37% 0.86% -
XYZ 46.14 36.37 45.66 -
YUV 166.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 219 138 176 0 0.37 0.20 0.14 331.85 0.53 0.7
Hex DB 8A B0 0 25 14 E 14C 35 46
Octal 333 212 260 0 45 24 16 514 65 106
Binary 11011011 10001010 10110000 0 100101 10100 1110 101001100 110101 1000110

Color Harmonies of #DB8AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8AB0

Black with #DB8AB0

Text Example


Text Example

White with #DB8AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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