Html Css Color HEX #DB9881 Tonys Pink

📋 copy color: '#DB9881'

red 219 ◦ green 152 ◦ blue 129

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

Shades of Tonys Pink #DB9881

Tints of Tonys Pink #DB9881

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.4%

 BLUE value IS 129 (50.78% from 255) = 25.8%

R = 43.8%
G = 30.4%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB9881 (or 0xDB9881) is known color: Tonys Pink. HEX triplet: DB, 98 and 81. RGB value is (219,152,129). Sum of RGB (Red+Green+Blue) = 219+152+129=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9881 is #24677E. Grayscale: #A9A9A9. Windows color (decimal): -2385791 or 8493275. OLE color: 8493275.

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

Color convert

RGB 219 152 129 -
CMYK 0 0.31 0.41 0.14
HSL 15.33º 0.56% 0.68% -
HSV(B) 15.33º 0.41% 0.86% -
XYZ 44.4 39.1 25.98 -
YUV 169.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 219 152 129 0 0.31 0.41 0.14 15.33 0.56 0.68
Hex DB 98 81 0 1F 29 E F 38 44
Octal 333 230 201 0 37 51 16 17 70 104
Binary 11011011 10011000 10000001 0 11111 101001 1110 1111 111000 1000100

Color Harmonies of #DB9881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9881

Black with #DB9881

Text Example


Text Example

White with #DB9881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9881; }

 p { color: rgb(219,152,129); }

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

background-color css

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

 a { background-color: rgb(219,152,129); }

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

border-color css

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

 span { border-color: rgb(219,152,129); }

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