Html Css Color HEX #DE9880 Dark Salmon

📋 copy color: '#DE9880'

red 222 ◦ green 152 ◦ blue 128

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

Shades of Dark Salmon #DE9880

Tints of Dark Salmon #DE9880

RGB

 RED value IS 222 (87.11% from 255) = 44.22%

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

 BLUE value IS 128 (50.39% from 255) = 25.5%

R = 44.22%
G = 30.28%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE9880 (or 0xDE9880) is known color: Dark Salmon. HEX triplet: DE, 98 and 80. RGB value is (222,152,128). Sum of RGB (Red+Green+Blue) = 222+152+128=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9880 is #21677F. Grayscale: #AAAAAA. Windows color (decimal): -2189184 or 8427742. OLE color: 8427742.

HSL color Cylindrical-coordinate representation of color #DE9880: hue angle of 15.32º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE9880 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 152 128 -
CMYK 0 0.32 0.42 0.13
HSL 15.32º 0.59% 0.69% -
HSV(B) 15.32º 0.42% 0.87% -
XYZ 45.25 39.54 25.67 -
YUV 170.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 222 152 128 0 0.32 0.42 0.13 15.32 0.59 0.69
Hex DE 98 80 0 20 2A D F 3B 45
Octal 336 230 200 0 40 52 15 17 73 105
Binary 11011110 10011000 10000000 0 100000 101010 1101 1111 111011 1000101

Color Harmonies of #DE9880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9880

Black with #DE9880

Text Example


Text Example

White with #DE9880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9880; }

 p { color: rgb(222,152,128); }

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

background-color css

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

 a { background-color: rgb(222,152,128); }

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

border-color css

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

 span { border-color: rgb(222,152,128); }

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