Html Css Color HEX #DB93AF Kobi

📋 copy color: '#DB93AF'

red 219 ◦ green 147 ◦ blue 175

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

Shades of Kobi #DB93AF

Tints of Kobi #DB93AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.35%

R = 40.48%
G = 27.17%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB93AF (or 0xDB93AF) is known color: Kobi. HEX triplet: DB, 93 and AF. RGB value is (219,147,175). Sum of RGB (Red+Green+Blue) = 219+147+175=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB93AF is #246C50. Grayscale: #ABABAB. Windows color (decimal): -2387025 or 11506651. OLE color: 11506651.

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

Color convert

RGB 219 147 175 -
CMYK 0 0.33 0.20 0.14
HSL 336.67º 0.5% 0.72% -
HSV(B) 336.67º 0.33% 0.86% -
XYZ 47.39 39.02 45.59 -
YUV 171.72 129.85 161.72 -
System Red Green Blue C M Y K H S L
Decimal 219 147 175 0 0.33 0.20 0.14 336.67 0.5 0.72
Hex DB 93 AF 0 21 14 E 151 32 48
Octal 333 223 257 0 41 24 16 521 62 110
Binary 11011011 10010011 10101111 0 100001 10100 1110 101010001 110010 1001000

Color Harmonies of #DB93AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93AF

Black with #DB93AF

Text Example


Text Example

White with #DB93AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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