Html Css Color HEX #DB96AA Kobi

📋 copy color: '#DB96AA'

red 219 ◦ green 150 ◦ blue 170

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

Shades of Kobi #DB96AA

Tints of Kobi #DB96AA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.83%

 BLUE value IS 170 (66.8% from 255) = 31.54%

R = 40.63%
G = 27.83%
B = 31.54%

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

#DB96AA (or 0xDB96AA) is known color: Kobi. HEX triplet: DB, 96 and AA. RGB value is (219,150,170). Sum of RGB (Red+Green+Blue) = 219+150+170=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB96AA is #246955. Grayscale: #ACACAC. Windows color (decimal): -2386262 or 11179739. OLE color: 11179739.

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

Color convert

RGB 219 150 170 -
CMYK 0 0.32 0.22 0.14
HSL 342.61º 0.49% 0.72% -
HSV(B) 342.61º 0.32% 0.86% -
XYZ 47.38 39.78 43.21 -
YUV 172.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 219 150 170 0 0.32 0.22 0.14 342.61 0.49 0.72
Hex DB 96 AA 0 20 16 E 157 31 48
Octal 333 226 252 0 40 26 16 527 61 110
Binary 11011011 10010110 10101010 0 100000 10110 1110 101010111 110001 1001000

Color Harmonies of #DB96AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96AA

Black with #DB96AA

Text Example


Text Example

White with #DB96AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96AA; }

 p { color: rgb(219,150,170); }

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

background-color css

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

 a { background-color: rgb(219,150,170); }

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

border-color css

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

 span { border-color: rgb(219,150,170); }

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