Html Css Color HEX #DB82B4 Kobi

📋 copy color: '#DB82B4'

red 219 ◦ green 130 ◦ blue 180

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

Shades of Kobi #DB82B4

Tints of Kobi #DB82B4

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.57%

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

R = 41.4%
G = 24.57%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB82B4 (or 0xDB82B4) is known color: Kobi. HEX triplet: DB, 82 and B4. RGB value is (219,130,180). Sum of RGB (Red+Green+Blue) = 219+130+180=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82B4 is #247D4B. Grayscale: #A2A2A2. Windows color (decimal): -2391372 or 11829979. OLE color: 11829979.

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

Color convert

RGB 219 130 180 -
CMYK 0 0.41 0.18 0.14
HSL 326.29º 0.55% 0.68% -
HSV(B) 326.29º 0.41% 0.86% -
XYZ 45.43 34.32 47.41 -
YUV 162.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 219 130 180 0 0.41 0.18 0.14 326.29 0.55 0.68
Hex DB 82 B4 0 29 12 E 146 37 44
Octal 333 202 264 0 51 22 16 506 67 104
Binary 11011011 10000010 10110100 0 101001 10010 1110 101000110 110111 1000100

Color Harmonies of #DB82B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB82B4

Black with #DB82B4

Text Example


Text Example

White with #DB82B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB82B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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