Html Css Color HEX #DB8EB2 Kobi

📋 copy color: '#DB8EB2'

red 219 ◦ green 142 ◦ blue 178

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

Shades of Kobi #DB8EB2

Tints of Kobi #DB8EB2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.35%

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

R = 40.63%
G = 26.35%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB8EB2 (or 0xDB8EB2) is known color: Kobi. HEX triplet: DB, 8E and B2. RGB value is (219,142,178). Sum of RGB (Red+Green+Blue) = 219+142+178=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8EB2 is #24714D. Grayscale: #A9A9A9. Windows color (decimal): -2388302 or 11701979. OLE color: 11701979.

HSL color Cylindrical-coordinate representation of color #DB8EB2: hue angle of 331.95º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8EB2 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 142 178 -
CMYK 0 0.35 0.19 0.14
HSL 331.95º 0.52% 0.71% -
HSV(B) 331.95º 0.35% 0.86% -
XYZ 46.92 37.62 46.91 -
YUV 169.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 219 142 178 0 0.35 0.19 0.14 331.95 0.52 0.71
Hex DB 8E B2 0 23 13 E 14C 34 47
Octal 333 216 262 0 43 23 16 514 64 107
Binary 11011011 10001110 10110010 0 100011 10011 1110 101001100 110100 1000111

Color Harmonies of #DB8EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8EB2

Black with #DB8EB2

Text Example


Text Example

White with #DB8EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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