Html Css Color HEX #DB94AD Kobi

📋 copy color: '#DB94AD'

red 219 ◦ green 148 ◦ blue 173

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

Shades of Kobi #DB94AD

Tints of Kobi #DB94AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.41%

 BLUE value IS 173 (67.97% from 255) = 32.04%

R = 40.56%
G = 27.41%
B = 32.04%

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

#DB94AD (or 0xDB94AD) is known color: Kobi. HEX triplet: DB, 94 and AD. RGB value is (219,148,173). Sum of RGB (Red+Green+Blue) = 219+148+173=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB94AD is #246B52. Grayscale: #ACACAC. Windows color (decimal): -2386771 or 11375835. OLE color: 11375835.

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

Color convert

RGB 219 148 173 -
CMYK 0 0.32 0.21 0.14
HSL 338.87º 0.5% 0.72% -
HSV(B) 338.87º 0.32% 0.86% -
XYZ 47.35 39.26 44.62 -
YUV 172.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 219 148 173 0 0.32 0.21 0.14 338.87 0.5 0.72
Hex DB 94 AD 0 20 15 E 153 32 48
Octal 333 224 255 0 40 25 16 523 62 110
Binary 11011011 10010100 10101101 0 100000 10101 1110 101010011 110010 1001000

Color Harmonies of #DB94AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB94AD

Black with #DB94AD

Text Example


Text Example

White with #DB94AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB94AD; }

 p { color: rgb(219,148,173); }

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

background-color css

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

 a { background-color: rgb(219,148,173); }

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

border-color css

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

 span { border-color: rgb(219,148,173); }

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