Html Css Color HEX #DB95AA Kobi

📋 copy color: '#DB95AA'

red 219 ◦ green 149 ◦ blue 170

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

Shades of Kobi #DB95AA

Tints of Kobi #DB95AA

RGB

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

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

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

R = 40.71%
G = 27.7%
B = 31.6%

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

#DB95AA (or 0xDB95AA) is known color: Kobi. HEX triplet: DB, 95 and AA. RGB value is (219,149,170). Sum of RGB (Red+Green+Blue) = 219+149+170=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB95AA is #246A55. Grayscale: #ACACAC. Windows color (decimal): -2386518 or 11179483. OLE color: 11179483.

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

Color convert

RGB 219 149 170 -
CMYK 0 0.32 0.22 0.14
HSL 342º 0.49% 0.72% -
HSV(B) 342º 0.32% 0.86% -
XYZ 47.22 39.46 43.16 -
YUV 172.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 219 149 170 0 0.32 0.22 0.14 342 0.49 0.72
Hex DB 95 AA 0 20 16 E 156 31 48
Octal 333 225 252 0 40 26 16 526 61 110
Binary 11011011 10010101 10101010 0 100000 10110 1110 101010110 110001 1001000

Color Harmonies of #DB95AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95AA

Black with #DB95AA

Text Example


Text Example

White with #DB95AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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