Html Css Color HEX #DB9FB4 Kobi

📋 copy color: '#DB9FB4'

red 219 ◦ green 159 ◦ blue 180

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

Shades of Kobi #DB9FB4

Tints of Kobi #DB9FB4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.49%

 BLUE value IS 180 (70.7% from 255) = 32.26%

R = 39.25%
G = 28.49%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB9FB4 (or 0xDB9FB4) is known color: Kobi. HEX triplet: DB, 9F and B4. RGB value is (219,159,180). Sum of RGB (Red+Green+Blue) = 219+159+180=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FB4 is #24604B. Grayscale: #B3B3B3. Windows color (decimal): -2383948 or 11837403. OLE color: 11837403.

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

Color convert

RGB 219 159 180 -
CMYK 0 0.27 0.18 0.14
HSL 339º 0.45% 0.74% -
HSV(B) 339º 0.27% 0.86% -
XYZ 49.85 43.15 48.88 -
YUV 179.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 219 159 180 0 0.27 0.18 0.14 339 0.45 0.74
Hex DB 9F B4 0 1B 12 E 153 2D 4A
Octal 333 237 264 0 33 22 16 523 55 112
Binary 11011011 10011111 10110100 0 11011 10010 1110 101010011 101101 1001010

Color Harmonies of #DB9FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9FB4

Black with #DB9FB4

Text Example


Text Example

White with #DB9FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9FB4; }

 p { color: rgb(219,159,180); }

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

background-color css

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

 a { background-color: rgb(219,159,180); }

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

border-color css

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

 span { border-color: rgb(219,159,180); }

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