Html Css Color HEX #DB9982 Tonys Pink

📋 copy color: '#DB9982'

red 219 ◦ green 153 ◦ blue 130

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

Shades of Tonys Pink #DB9982

Tints of Tonys Pink #DB9982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.48%

 BLUE value IS 130 (51.17% from 255) = 25.9%

R = 43.63%
G = 30.48%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB9982 (or 0xDB9982) is known color: Tonys Pink. HEX triplet: DB, 99 and 82. RGB value is (219,153,130). Sum of RGB (Red+Green+Blue) = 219+153+130=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9982 is #24667D. Grayscale: #AAAAAA. Windows color (decimal): -2385534 or 8559067. OLE color: 8559067.

HSL color Cylindrical-coordinate representation of color #DB9982: hue angle of 15.51º 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 #DB9982 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 153 130 -
CMYK 0 0.30 0.41 0.14
HSL 15.51º 0.55% 0.68% -
HSV(B) 15.51º 0.41% 0.86% -
XYZ 44.63 39.45 26.38 -
YUV 170.11 105.37 162.87 -
System Red Green Blue C M Y K H S L
Decimal 219 153 130 0 0.30 0.41 0.14 15.51 0.55 0.68
Hex DB 99 82 0 1E 29 E 10 37 44
Octal 333 231 202 0 36 51 16 20 67 104
Binary 11011011 10011001 10000010 0 11110 101001 1110 10000 110111 1000100

Color Harmonies of #DB9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9982

Black with #DB9982

Text Example


Text Example

White with #DB9982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9982; }

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

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

background-color css

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

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

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

border-color css

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

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

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