Html Css Color HEX #DE9882 Tonys Pink

📋 copy color: '#DE9882'

red 222 ◦ green 152 ◦ blue 130

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

Shades of Tonys Pink #DE9882

Tints of Tonys Pink #DE9882

RGB

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

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

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

R = 44.05%
G = 30.16%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE9882 (or 0xDE9882) is known color: Tonys Pink. HEX triplet: DE, 98 and 82. RGB value is (222,152,130). Sum of RGB (Red+Green+Blue) = 222+152+130=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9882 is #21677D. Grayscale: #AAAAAA. Windows color (decimal): -2189182 or 8558814. OLE color: 8558814.

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

Color convert

RGB 222 152 130 -
CMYK 0 0.32 0.41 0.13
HSL 14.35º 0.58% 0.69% -
HSV(B) 14.35º 0.41% 0.87% -
XYZ 45.38 39.6 26.37 -
YUV 170.42 105.19 164.79 -
System Red Green Blue C M Y K H S L
Decimal 222 152 130 0 0.32 0.41 0.13 14.35 0.58 0.69
Hex DE 98 82 0 20 29 D E 3A 45
Octal 336 230 202 0 40 51 15 16 72 105
Binary 11011110 10011000 10000010 0 100000 101001 1101 1110 111010 1000101

Color Harmonies of #DE9882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9882

Black with #DE9882

Text Example


Text Example

White with #DE9882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9882; }

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

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

background-color css

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

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

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

border-color css

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

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

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