Html Css Color HEX #DB95AB Kobi

📋 copy color: '#DB95AB'

red 219 ◦ green 149 ◦ blue 171

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

Shades of Kobi #DB95AB

Tints of Kobi #DB95AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.64%

 BLUE value IS 171 (67.19% from 255) = 31.73%

R = 40.63%
G = 27.64%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB95AB (or 0xDB95AB) is known color: Kobi. HEX triplet: DB, 95 and AB. RGB value is (219,149,171). Sum of RGB (Red+Green+Blue) = 219+149+171=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB95AB is #246A54. Grayscale: #ACACAC. Windows color (decimal): -2386517 or 11245019. OLE color: 11245019.

HSL color Cylindrical-coordinate representation of color #DB95AB: hue angle of 341.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB95AB is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 149 171 -
CMYK 0 0.32 0.22 0.14
HSL 341.14º 0.49% 0.72% -
HSV(B) 341.14º 0.32% 0.86% -
XYZ 47.31 39.5 43.66 -
YUV 172.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 219 149 171 0 0.32 0.22 0.14 341.14 0.49 0.72
Hex DB 95 AB 0 20 16 E 155 31 48
Octal 333 225 253 0 40 26 16 525 61 110
Binary 11011011 10010101 10101011 0 100000 10110 1110 101010101 110001 1001000

Color Harmonies of #DB95AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95AB

Black with #DB95AB

Text Example


Text Example

White with #DB95AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95AB; }

 p { color: rgb(219,149,171); }

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

background-color css

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

 a { background-color: rgb(219,149,171); }

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

border-color css

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

 span { border-color: rgb(219,149,171); }

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