Html Css Color HEX #DB79AD Kobi

📋 copy color: '#DB79AD'

red 219 ◦ green 121 ◦ blue 173

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

Shades of Kobi #DB79AD

Tints of Kobi #DB79AD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.59%

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

R = 42.69%
G = 23.59%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB79AD (or 0xDB79AD) is known color: Kobi. HEX triplet: DB, 79 and AD. RGB value is (219,121,173). Sum of RGB (Red+Green+Blue) = 219+121+173=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB79AD is #248652. Grayscale: #9C9C9C. Windows color (decimal): -2393683 or 11368923. OLE color: 11368923.

HSL color Cylindrical-coordinate representation of color #DB79AD: hue angle of 328.16º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB79AD is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 121 173 -
CMYK 0 0.45 0.21 0.14
HSL 328.16º 0.58% 0.67% -
HSV(B) 328.16º 0.45% 0.86% -
XYZ 43.59 31.75 43.37 -
YUV 156.23 137.47 172.77 -
System Red Green Blue C M Y K H S L
Decimal 219 121 173 0 0.45 0.21 0.14 328.16 0.58 0.67
Hex DB 79 AD 0 2D 15 E 148 3A 43
Octal 333 171 255 0 55 25 16 510 72 103
Binary 11011011 1111001 10101101 0 101101 10101 1110 101001000 111010 1000011

Color Harmonies of #DB79AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79AD

Black with #DB79AD

Text Example


Text Example

White with #DB79AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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