Html Css Color HEX #DE8D92 Carissma

📋 copy color: '#DE8D92'

red 222 ◦ green 141 ◦ blue 146

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

Shades of Carissma #DE8D92

Tints of Carissma #DE8D92

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.7%

 BLUE value IS 146 (57.42% from 255) = 28.68%

R = 43.61%
G = 27.7%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE8D92 (or 0xDE8D92) is known color: Carissma. HEX triplet: DE, 8D and 92. RGB value is (222,141,146). Sum of RGB (Red+Green+Blue) = 222+141+146=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8D92 is #21726D. Grayscale: #A5A5A5. Windows color (decimal): -2191982 or 9604574. OLE color: 9604574.

HSL color Cylindrical-coordinate representation of color #DE8D92: hue angle of 356.3º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8D92 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 141 146 -
CMYK 0 0.36 0.34 0.13
HSL 356.3º 0.55% 0.71% -
HSV(B) 356.3º 0.36% 0.87% -
XYZ 44.84 36.65 31.91 -
YUV 165.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 222 141 146 0 0.36 0.34 0.13 356.3 0.55 0.71
Hex DE 8D 92 0 24 22 D 164 37 47
Octal 336 215 222 0 44 42 15 544 67 107
Binary 11011110 10001101 10010010 0 100100 100010 1101 101100100 110111 1000111

Color Harmonies of #DE8D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8D92

Black with #DE8D92

Text Example


Text Example

White with #DE8D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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