Html Css Color HEX #DB9EB4 Kobi

📋 copy color: '#DB9EB4'

red 219 ◦ green 158 ◦ blue 180

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

Shades of Kobi #DB9EB4

Tints of Kobi #DB9EB4

RGB

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

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

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

R = 39.32%
G = 28.37%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB9EB4 (or 0xDB9EB4) is known color: Kobi. HEX triplet: DB, 9E and B4. RGB value is (219,158,180). Sum of RGB (Red+Green+Blue) = 219+158+180=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EB4 is #24614B. Grayscale: #B2B2B2. Windows color (decimal): -2384204 or 11837147. OLE color: 11837147.

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

Color convert

RGB 219 158 180 -
CMYK 0 0.28 0.18 0.14
HSL 338.36º 0.46% 0.74% -
HSV(B) 338.36º 0.28% 0.86% -
XYZ 49.68 42.81 48.82 -
YUV 178.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 219 158 180 0 0.28 0.18 0.14 338.36 0.46 0.74
Hex DB 9E B4 0 1C 12 E 152 2E 4A
Octal 333 236 264 0 34 22 16 522 56 112
Binary 11011011 10011110 10110100 0 11100 10010 1110 101010010 101110 1001010

Color Harmonies of #DB9EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9EB4

Black with #DB9EB4

Text Example


Text Example

White with #DB9EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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