Html Css Color HEX #DB8AB2 Kobi

📋 copy color: '#DB8AB2'

red 219 ◦ green 138 ◦ blue 178

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

Shades of Kobi #DB8AB2

Tints of Kobi #DB8AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.27%

R = 40.93%
G = 25.79%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB8AB2 (or 0xDB8AB2) is known color: Kobi. HEX triplet: DB, 8A and B2. RGB value is (219,138,178). Sum of RGB (Red+Green+Blue) = 219+138+178=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8AB2 is #24754D. Grayscale: #A6A6A6. Windows color (decimal): -2389326 or 11700955. OLE color: 11700955.

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

Color convert

RGB 219 138 178 -
CMYK 0 0.37 0.19 0.14
HSL 330.37º 0.53% 0.7% -
HSV(B) 330.37º 0.37% 0.86% -
XYZ 46.34 36.45 46.71 -
YUV 166.78 134.34 165.25 -
System Red Green Blue C M Y K H S L
Decimal 219 138 178 0 0.37 0.19 0.14 330.37 0.53 0.7
Hex DB 8A B2 0 25 13 E 14A 35 46
Octal 333 212 262 0 45 23 16 512 65 106
Binary 11011011 10001010 10110010 0 100101 10011 1110 101001010 110101 1000110

Color Harmonies of #DB8AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8AB2

Black with #DB8AB2

Text Example


Text Example

White with #DB8AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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