Html Css Color HEX #DE8997 Carissma

📋 copy color: '#DE8997'

red 222 ◦ green 137 ◦ blue 151

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

Shades of Carissma #DE8997

Tints of Carissma #DE8997

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.86%

 BLUE value IS 151 (59.38% from 255) = 29.61%

R = 43.53%
G = 26.86%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE8997 (or 0xDE8997) is known color: Carissma. HEX triplet: DE, 89 and 97. RGB value is (222,137,151). Sum of RGB (Red+Green+Blue) = 222+137+151=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8997 is #217668. Grayscale: #A4A4A4. Windows color (decimal): -2193001 or 9931230. OLE color: 9931230.

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

Color convert

RGB 222 137 151 -
CMYK 0 0.38 0.32 0.13
HSL 350.12º 0.56% 0.7% -
HSV(B) 350.12º 0.38% 0.87% -
XYZ 44.66 35.66 33.81 -
YUV 164.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 222 137 151 0 0.38 0.32 0.13 350.12 0.56 0.7
Hex DE 89 97 0 26 20 D 15E 38 46
Octal 336 211 227 0 46 40 15 536 70 106
Binary 11011110 10001001 10010111 0 100110 100000 1101 101011110 111000 1000110

Color Harmonies of #DE8997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8997

Black with #DE8997

Text Example


Text Example

White with #DE8997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8997; }

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

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

background-color css

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

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

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

border-color css

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

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

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