Html Css Color HEX #DE899B Carissma

📋 copy color: '#DE899B'

red 222 ◦ green 137 ◦ blue 155

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

Shades of Carissma #DE899B

Tints of Carissma #DE899B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.16%

R = 43.19%
G = 26.65%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE899B (or 0xDE899B) is known color: Carissma. HEX triplet: DE, 89 and 9B. RGB value is (222,137,155). Sum of RGB (Red+Green+Blue) = 222+137+155=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DE899B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE899B is #217664. Grayscale: #A4A4A4. Windows color (decimal): -2192997 or 10193374. OLE color: 10193374.

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

Color convert

RGB 222 137 155 -
CMYK 0 0.38 0.30 0.13
HSL 347.29º 0.56% 0.7% -
HSV(B) 347.29º 0.38% 0.87% -
XYZ 44.99 35.79 35.55 -
YUV 164.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 222 137 155 0 0.38 0.30 0.13 347.29 0.56 0.7
Hex DE 89 9B 0 26 1E D 15B 38 46
Octal 336 211 233 0 46 36 15 533 70 106
Binary 11011110 10001001 10011011 0 100110 11110 1101 101011011 111000 1000110

Color Harmonies of #DE899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE899B

Black with #DE899B

Text Example


Text Example

White with #DE899B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE899B; }

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

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

background-color css

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

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

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

border-color css

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

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

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