Html Css Color HEX #DE898D Carissma

📋 copy color: '#DE898D'

red 222 ◦ green 137 ◦ blue 141

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

Shades of Carissma #DE898D

Tints of Carissma #DE898D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.2%

R = 44.4%
G = 27.4%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE898D (or 0xDE898D) is known color: Carissma. HEX triplet: DE, 89 and 8D. RGB value is (222,137,141). Sum of RGB (Red+Green+Blue) = 222+137+141=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DE898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE898D is #217672. Grayscale: #A2A2A2. Windows color (decimal): -2193011 or 9275870. OLE color: 9275870.

HSL color Cylindrical-coordinate representation of color #DE898D: hue angle of 357.18º 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 #DE898D is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 137 141 -
CMYK 0 0.38 0.36 0.13
HSL 357.18º 0.56% 0.7% -
HSV(B) 357.18º 0.38% 0.87% -
XYZ 43.88 35.34 29.71 -
YUV 162.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 222 137 141 0 0.38 0.36 0.13 357.18 0.56 0.7
Hex DE 89 8D 0 26 24 D 165 38 46
Octal 336 211 215 0 46 44 15 545 70 106
Binary 11011110 10001001 10001101 0 100110 100100 1101 101100101 111000 1000110

Color Harmonies of #DE898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE898D

Black with #DE898D

Text Example


Text Example

White with #DE898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE898D; }

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

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

background-color css

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

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

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

border-color css

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

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

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