Html Css Color HEX #DB95AC Kobi

📋 copy color: '#DB95AC'

red 219 ◦ green 149 ◦ blue 172

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

Shades of Kobi #DB95AC

Tints of Kobi #DB95AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.85%

R = 40.56%
G = 27.59%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB95AC (or 0xDB95AC) is known color: Kobi. HEX triplet: DB, 95 and AC. RGB value is (219,149,172). Sum of RGB (Red+Green+Blue) = 219+149+172=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB95AC is #246A53. Grayscale: #ACACAC. Windows color (decimal): -2386516 or 11310555. OLE color: 11310555.

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

Color convert

RGB 219 149 172 -
CMYK 0 0.32 0.21 0.14
HSL 340.29º 0.49% 0.72% -
HSV(B) 340.29º 0.32% 0.86% -
XYZ 47.41 39.53 44.16 -
YUV 172.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 219 149 172 0 0.32 0.21 0.14 340.29 0.49 0.72
Hex DB 95 AC 0 20 15 E 154 31 48
Octal 333 225 254 0 40 25 16 524 61 110
Binary 11011011 10010101 10101100 0 100000 10101 1110 101010100 110001 1001000

Color Harmonies of #DB95AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95AC

Black with #DB95AC

Text Example


Text Example

White with #DB95AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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