Html Css Color HEX #DB9FB2 Kobi

📋 copy color: '#DB9FB2'

red 219 ◦ green 159 ◦ blue 178

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

Shades of Kobi #DB9FB2

Tints of Kobi #DB9FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.01%

R = 39.39%
G = 28.6%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB9FB2 (or 0xDB9FB2) is known color: Kobi. HEX triplet: DB, 9F and B2. RGB value is (219,159,178). Sum of RGB (Red+Green+Blue) = 219+159+178=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9FB2 is #24604D. Grayscale: #B3B3B3. Windows color (decimal): -2383950 or 11706331. OLE color: 11706331.

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

Color convert

RGB 219 159 178 -
CMYK 0 0.27 0.19 0.14
HSL 341º 0.45% 0.74% -
HSV(B) 341º 0.27% 0.86% -
XYZ 49.65 43.07 47.82 -
YUV 179.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 219 159 178 0 0.27 0.19 0.14 341 0.45 0.74
Hex DB 9F B2 0 1B 13 E 155 2D 4A
Octal 333 237 262 0 33 23 16 525 55 112
Binary 11011011 10011111 10110010 0 11011 10011 1110 101010101 101101 1001010

Color Harmonies of #DB9FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9FB2

Black with #DB9FB2

Text Example


Text Example

White with #DB9FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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