Html Css Color HEX #DB9EB5 Kobi

📋 copy color: '#DB9EB5'

red 219 ◦ green 158 ◦ blue 181

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

Shades of Kobi #DB9EB5

Tints of Kobi #DB9EB5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.32%

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

R = 39.25%
G = 28.32%
B = 32.44%

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

#DB9EB5 (or 0xDB9EB5) is known color: Kobi. HEX triplet: DB, 9E and B5. RGB value is (219,158,181). Sum of RGB (Red+Green+Blue) = 219+158+181=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EB5 is #24614A. Grayscale: #B2B2B2. Windows color (decimal): -2384203 or 11902683. OLE color: 11902683.

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

Color convert

RGB 219 158 181 -
CMYK 0 0.28 0.17 0.14
HSL 337.38º 0.46% 0.74% -
HSV(B) 337.38º 0.28% 0.86% -
XYZ 49.78 42.85 49.36 -
YUV 178.86 129.21 156.63 -
System Red Green Blue C M Y K H S L
Decimal 219 158 181 0 0.28 0.17 0.14 337.38 0.46 0.74
Hex DB 9E B5 0 1C 11 E 151 2E 4A
Octal 333 236 265 0 34 21 16 521 56 112
Binary 11011011 10011110 10110101 0 11100 10001 1110 101010001 101110 1001010

Color Harmonies of #DB9EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9EB5

Black with #DB9EB5

Text Example


Text Example

White with #DB9EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9EB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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