Html Css Color HEX #DE8384 Carissma

📋 copy color: '#DE8384'

red 222 ◦ green 131 ◦ blue 132

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

Shades of Carissma #DE8384

Tints of Carissma #DE8384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.01%

 BLUE value IS 132 (51.95% from 255) = 27.22%

R = 45.77%
G = 27.01%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE8384 (or 0xDE8384) is known color: Carissma. HEX triplet: DE, 83 and 84. RGB value is (222,131,132). Sum of RGB (Red+Green+Blue) = 222+131+132=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8384 is #217C7B. Grayscale: #9E9E9E. Windows color (decimal): -2194556 or 8684510. OLE color: 8684510.

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

Color convert

RGB 222 131 132 -
CMYK 0 0.41 0.41 0.13
HSL 359.34º 0.58% 0.69% -
HSV(B) 359.34º 0.41% 0.87% -
XYZ 42.41 33.43 26.05 -
YUV 158.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 222 131 132 0 0.41 0.41 0.13 359.34 0.58 0.69
Hex DE 83 84 0 29 29 D 167 3A 45
Octal 336 203 204 0 51 51 15 547 72 105
Binary 11011110 10000011 10000100 0 101001 101001 1101 101100111 111010 1000101

Color Harmonies of #DE8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8384

Black with #DE8384

Text Example


Text Example

White with #DE8384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8384; }

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

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

background-color css

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

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

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

border-color css

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

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

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