Html Css Color HEX #DB96AF Kobi

📋 copy color: '#DB96AF'

red 219 ◦ green 150 ◦ blue 175

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

Shades of Kobi #DB96AF

Tints of Kobi #DB96AF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.57%

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

R = 40.26%
G = 27.57%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB96AF (or 0xDB96AF) is known color: Kobi. HEX triplet: DB, 96 and AF. RGB value is (219,150,175). Sum of RGB (Red+Green+Blue) = 219+150+175=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB96AF is #246950. Grayscale: #ADADAD. Windows color (decimal): -2386257 or 11507419. OLE color: 11507419.

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

Color convert

RGB 219 150 175 -
CMYK 0 0.32 0.20 0.14
HSL 338.26º 0.49% 0.72% -
HSV(B) 338.26º 0.32% 0.86% -
XYZ 47.86 39.97 45.75 -
YUV 173.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 219 150 175 0 0.32 0.20 0.14 338.26 0.49 0.72
Hex DB 96 AF 0 20 14 E 152 31 48
Octal 333 226 257 0 40 24 16 522 61 110
Binary 11011011 10010110 10101111 0 100000 10100 1110 101010010 110001 1001000

Color Harmonies of #DB96AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96AF

Black with #DB96AF

Text Example


Text Example

White with #DB96AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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