Html Css Color HEX #DE8889 Carissma

📋 copy color: '#DE8889'

red 222 ◦ green 136 ◦ blue 137

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

Shades of Carissma #DE8889

Tints of Carissma #DE8889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.47%

 BLUE value IS 137 (53.91% from 255) = 27.68%

R = 44.85%
G = 27.47%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE8889 (or 0xDE8889) is known color: Carissma. HEX triplet: DE, 88 and 89. RGB value is (222,136,137). Sum of RGB (Red+Green+Blue) = 222+136+137=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8889 is #217776. Grayscale: #A1A1A1. Windows color (decimal): -2193271 or 9013470. OLE color: 9013470.

HSL color Cylindrical-coordinate representation of color #DE8889: hue angle of 359.3º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE8889 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 136 137 -
CMYK 0 0.39 0.38 0.13
HSL 359.3º 0.57% 0.7% -
HSV(B) 359.3º 0.39% 0.87% -
XYZ 43.44 34.94 28.12 -
YUV 161.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 222 136 137 0 0.39 0.38 0.13 359.3 0.57 0.7
Hex DE 88 89 0 27 26 D 167 39 46
Octal 336 210 211 0 47 46 15 547 71 106
Binary 11011110 10001000 10001001 0 100111 100110 1101 101100111 111001 1000110

Color Harmonies of #DE8889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8889

Black with #DE8889

Text Example


Text Example

White with #DE8889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8889; }

 p { color: rgb(222,136,137); }

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

background-color css

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

 a { background-color: rgb(222,136,137); }

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

border-color css

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

 span { border-color: rgb(222,136,137); }

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