Html Css Color HEX #DB83AA Kobi

📋 copy color: '#DB83AA'

red 219 ◦ green 131 ◦ blue 170

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

Shades of Kobi #DB83AA

Tints of Kobi #DB83AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.19%

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 42.12%
G = 25.19%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB83AA (or 0xDB83AA) is known color: Kobi. HEX triplet: DB, 83 and AA. RGB value is (219,131,170). Sum of RGB (Red+Green+Blue) = 219+131+170=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB83AA is #247C55. Grayscale: #A1A1A1. Windows color (decimal): -2391126 or 11174875. OLE color: 11174875.

HSL color Cylindrical-coordinate representation of color #DB83AA: hue angle of 333.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB83AA is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 170 -
CMYK 0 0.40 0.22 0.14
HSL 333.41º 0.55% 0.69% -
HSV(B) 333.41º 0.4% 0.86% -
XYZ 44.59 34.19 42.28 -
YUV 161.76 132.65 168.83 -
System Red Green Blue C M Y K H S L
Decimal 219 131 170 0 0.40 0.22 0.14 333.41 0.55 0.69
Hex DB 83 AA 0 28 16 E 14D 37 45
Octal 333 203 252 0 50 26 16 515 67 105
Binary 11011011 10000011 10101010 0 101000 10110 1110 101001101 110111 1000101

Color Harmonies of #DB83AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB83AA

Black with #DB83AA

Text Example


Text Example

White with #DB83AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB83AA; }

 p { color: rgb(219,131,170); }

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

background-color css

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

 a { background-color: rgb(219,131,170); }

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

border-color css

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

 span { border-color: rgb(219,131,170); }

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