Html Css Color HEX #DB95A8 Kobi

📋 copy color: '#DB95A8'

red 219 ◦ green 149 ◦ blue 168

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

Shades of Kobi #DB95A8

Tints of Kobi #DB95A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.34%

R = 40.86%
G = 27.8%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB95A8 (or 0xDB95A8) is known color: Kobi. HEX triplet: DB, 95 and A8. RGB value is (219,149,168). Sum of RGB (Red+Green+Blue) = 219+149+168=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB95A8 is #246A57. Grayscale: #ACACAC. Windows color (decimal): -2386520 or 11048411. OLE color: 11048411.

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

Color convert

RGB 219 149 168 -
CMYK 0 0.32 0.23 0.14
HSL 343.71º 0.49% 0.72% -
HSV(B) 343.71º 0.32% 0.86% -
XYZ 47.03 39.38 42.17 -
YUV 172.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 219 149 168 0 0.32 0.23 0.14 343.71 0.49 0.72
Hex DB 95 A8 0 20 17 E 158 31 48
Octal 333 225 250 0 40 27 16 530 61 110
Binary 11011011 10010101 10101000 0 100000 10111 1110 101011000 110001 1001000

Color Harmonies of #DB95A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95A8

Black with #DB95A8

Text Example


Text Example

White with #DB95A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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