Html Css Color HEX #DE8083 Carissma

📋 copy color: '#DE8083'

red 222 ◦ green 128 ◦ blue 131

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

Shades of Carissma #DE8083

Tints of Carissma #DE8083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.61%

 BLUE value IS 131 (51.56% from 255) = 27.23%

R = 46.15%
G = 26.61%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE8083 (or 0xDE8083) is known color: Carissma. HEX triplet: DE, 80 and 83. RGB value is (222,128,131). Sum of RGB (Red+Green+Blue) = 222+128+131=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8083 is #217F7C. Grayscale: #9C9C9C. Windows color (decimal): -2195325 or 8618206. OLE color: 8618206.

HSL color Cylindrical-coordinate representation of color #DE8083: hue angle of 358.09º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE8083 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 128 131 -
CMYK 0 0.42 0.41 0.13
HSL 358.09º 0.59% 0.69% -
HSV(B) 358.09º 0.42% 0.87% -
XYZ 41.94 32.61 25.56 -
YUV 156.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 222 128 131 0 0.42 0.41 0.13 358.09 0.59 0.69
Hex DE 80 83 0 2A 29 D 166 3B 45
Octal 336 200 203 0 52 51 15 546 73 105
Binary 11011110 10000000 10000011 0 101010 101001 1101 101100110 111011 1000101

Color Harmonies of #DE8083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8083

Black with #DE8083

Text Example


Text Example

White with #DE8083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8083; }

 p { color: rgb(222,128,131); }

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

background-color css

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

 a { background-color: rgb(222,128,131); }

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

border-color css

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

 span { border-color: rgb(222,128,131); }

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