Html Css Color HEX #DB9983 Tonys Pink

📋 copy color: '#DB9983'

red 219 ◦ green 153 ◦ blue 131

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

Shades of Tonys Pink #DB9983

Tints of Tonys Pink #DB9983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.04%

R = 43.54%
G = 30.42%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB9983 (or 0xDB9983) is known color: Tonys Pink. HEX triplet: DB, 99 and 83. RGB value is (219,153,131). Sum of RGB (Red+Green+Blue) = 219+153+131=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9983 is #24667C. Grayscale: #AAAAAA. Windows color (decimal): -2385533 or 8624603. OLE color: 8624603.

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

Color convert

RGB 219 153 131 -
CMYK 0 0.30 0.40 0.14
HSL 15º 0.55% 0.69% -
HSV(B) 15º 0.4% 0.86% -
XYZ 44.7 39.48 26.74 -
YUV 170.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 219 153 131 0 0.30 0.40 0.14 15 0.55 0.69
Hex DB 99 83 0 1E 28 E F 37 45
Octal 333 231 203 0 36 50 16 17 67 105
Binary 11011011 10011001 10000011 0 11110 101000 1110 1111 110111 1000101

Color Harmonies of #DB9983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9983

Black with #DB9983

Text Example


Text Example

White with #DB9983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9983; }

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

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

background-color css

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

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

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

border-color css

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

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

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