Html Css Color HEX #DB93AA Kobi

📋 copy color: '#DB93AA'

red 219 ◦ green 147 ◦ blue 170

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

Shades of Kobi #DB93AA

Tints of Kobi #DB93AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.43%

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

R = 40.86%
G = 27.43%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB93AA (or 0xDB93AA) is known color: Kobi. HEX triplet: DB, 93 and AA. RGB value is (219,147,170). Sum of RGB (Red+Green+Blue) = 219+147+170=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB93AA is #246C55. Grayscale: #ABABAB. Windows color (decimal): -2387030 or 11178971. OLE color: 11178971.

HSL color Cylindrical-coordinate representation of color #DB93AA: hue angle of 340.83º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB93AA is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 147 170 -
CMYK 0 0.33 0.22 0.14
HSL 340.83º 0.5% 0.72% -
HSV(B) 340.83º 0.33% 0.86% -
XYZ 46.9 38.83 43.05 -
YUV 171.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 219 147 170 0 0.33 0.22 0.14 340.83 0.5 0.72
Hex DB 93 AA 0 21 16 E 155 32 48
Octal 333 223 252 0 41 26 16 525 62 110
Binary 11011011 10010011 10101010 0 100001 10110 1110 101010101 110010 1001000

Color Harmonies of #DB93AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93AA

Black with #DB93AA

Text Example


Text Example

White with #DB93AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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