Html Css Color HEX #DB8FB0 Kobi

📋 copy color: '#DB8FB0'

red 219 ◦ green 143 ◦ blue 176

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

Shades of Kobi #DB8FB0

Tints of Kobi #DB8FB0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.58%

 BLUE value IS 176 (69.14% from 255) = 32.71%

R = 40.71%
G = 26.58%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB8FB0 (or 0xDB8FB0) is known color: Kobi. HEX triplet: DB, 8F and B0. RGB value is (219,143,176). Sum of RGB (Red+Green+Blue) = 219+143+176=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8FB0 is #24704F. Grayscale: #A9A9A9. Windows color (decimal): -2388048 or 11571163. OLE color: 11571163.

HSL color Cylindrical-coordinate representation of color #DB8FB0: hue angle of 333.95º degrees, saturation: 0.51, 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 #DB8FB0 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 143 176 -
CMYK 0 0.35 0.20 0.14
HSL 333.95º 0.51% 0.71% -
HSV(B) 333.95º 0.35% 0.86% -
XYZ 46.87 37.84 45.91 -
YUV 169.49 131.68 163.32 -
System Red Green Blue C M Y K H S L
Decimal 219 143 176 0 0.35 0.20 0.14 333.95 0.51 0.71
Hex DB 8F B0 0 23 14 E 14E 33 47
Octal 333 217 260 0 43 24 16 516 63 107
Binary 11011011 10001111 10110000 0 100011 10100 1110 101001110 110011 1000111

Color Harmonies of #DB8FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8FB0

Black with #DB8FB0

Text Example


Text Example

White with #DB8FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8FB0; }

 p { color: rgb(219,143,176); }

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

background-color css

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

 a { background-color: rgb(219,143,176); }

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

border-color css

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

 span { border-color: rgb(219,143,176); }

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