Html Css Color HEX #DB93AC Kobi

📋 copy color: '#DB93AC'

red 219 ◦ green 147 ◦ blue 172

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

Shades of Kobi #DB93AC

Tints of Kobi #DB93AC

RGB

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

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

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

R = 40.71%
G = 27.32%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB93AC (or 0xDB93AC) is known color: Kobi. HEX triplet: DB, 93 and AC. RGB value is (219,147,172). Sum of RGB (Red+Green+Blue) = 219+147+172=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB93AC is #246C53. Grayscale: #ABABAB. Windows color (decimal): -2387028 or 11310043. OLE color: 11310043.

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

Color convert

RGB 219 147 172 -
CMYK 0 0.33 0.21 0.14
HSL 339.17º 0.5% 0.72% -
HSV(B) 339.17º 0.33% 0.86% -
XYZ 47.09 38.91 44.06 -
YUV 171.38 128.35 161.97 -
System Red Green Blue C M Y K H S L
Decimal 219 147 172 0 0.33 0.21 0.14 339.17 0.5 0.72
Hex DB 93 AC 0 21 15 E 153 32 48
Octal 333 223 254 0 41 25 16 523 62 110
Binary 11011011 10010011 10101100 0 100001 10101 1110 101010011 110010 1001000

Color Harmonies of #DB93AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93AC

Black with #DB93AC

Text Example


Text Example

White with #DB93AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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