Html Css Color HEX #DB9DB5 Kobi

📋 copy color: '#DB9DB5'

red 219 ◦ green 157 ◦ blue 181

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

Shades of Kobi #DB9DB5

Tints of Kobi #DB9DB5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.19%

 BLUE value IS 181 (71.09% from 255) = 32.5%

R = 39.32%
G = 28.19%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB9DB5 (or 0xDB9DB5) is known color: Kobi. HEX triplet: DB, 9D and B5. RGB value is (219,157,181). Sum of RGB (Red+Green+Blue) = 219+157+181=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DB5 is #24624A. Grayscale: #B2B2B2. Windows color (decimal): -2384459 or 11902427. OLE color: 11902427.

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

Color convert

RGB 219 157 181 -
CMYK 0 0.28 0.17 0.14
HSL 336.77º 0.46% 0.74% -
HSV(B) 336.77º 0.28% 0.86% -
XYZ 49.61 42.51 49.31 -
YUV 178.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 219 157 181 0 0.28 0.17 0.14 336.77 0.46 0.74
Hex DB 9D B5 0 1C 11 E 151 2E 4A
Octal 333 235 265 0 34 21 16 521 56 112
Binary 11011011 10011101 10110101 0 11100 10001 1110 101010001 101110 1001010

Color Harmonies of #DB9DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9DB5

Black with #DB9DB5

Text Example


Text Example

White with #DB9DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9DB5; }

 p { color: rgb(219,157,181); }

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

background-color css

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

 a { background-color: rgb(219,157,181); }

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

border-color css

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

 span { border-color: rgb(219,157,181); }

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