Html Css Color HEX #DB7EB0 Kobi

📋 copy color: '#DB7EB0'

red 219 ◦ green 126 ◦ blue 176

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

Shades of Kobi #DB7EB0

Tints of Kobi #DB7EB0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.18%

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

R = 42.03%
G = 24.18%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB7EB0 (or 0xDB7EB0) is known color: Kobi. HEX triplet: DB, 7E and B0. RGB value is (219,126,176). Sum of RGB (Red+Green+Blue) = 219+126+176=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7EB0 is #24814F. Grayscale: #9F9F9F. Windows color (decimal): -2392400 or 11566811. OLE color: 11566811.

HSL color Cylindrical-coordinate representation of color #DB7EB0: hue angle of 327.74º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7EB0 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 126 176 -
CMYK 0 0.42 0.20 0.14
HSL 327.74º 0.56% 0.68% -
HSV(B) 327.74º 0.42% 0.86% -
XYZ 44.51 33.12 45.12 -
YUV 159.51 137.31 170.43 -
System Red Green Blue C M Y K H S L
Decimal 219 126 176 0 0.42 0.20 0.14 327.74 0.56 0.68
Hex DB 7E B0 0 2A 14 E 148 38 44
Octal 333 176 260 0 52 24 16 510 70 104
Binary 11011011 1111110 10110000 0 101010 10100 1110 101001000 111000 1000100

Color Harmonies of #DB7EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EB0

Black with #DB7EB0

Text Example


Text Example

White with #DB7EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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