Html Css Color HEX #DE83A0 Carissma

📋 copy color: '#DE83A0'

red 222 ◦ green 131 ◦ blue 160

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

Shades of Carissma #DE83A0

Tints of Carissma #DE83A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.19%

R = 43.27%
G = 25.54%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE83A0 (or 0xDE83A0) is known color: Carissma. HEX triplet: DE, 83 and A0. RGB value is (222,131,160). Sum of RGB (Red+Green+Blue) = 222+131+160=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE83A0 is #217C5F. Grayscale: #A1A1A1. Windows color (decimal): -2194528 or 10519518. OLE color: 10519518.

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

Color convert

RGB 222 131 160 -
CMYK 0 0.41 0.28 0.13
HSL 340.88º 0.58% 0.69% -
HSV(B) 340.88º 0.41% 0.87% -
XYZ 44.59 34.3 37.53 -
YUV 161.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 222 131 160 0 0.41 0.28 0.13 340.88 0.58 0.69
Hex DE 83 A0 0 29 1C D 155 3A 45
Octal 336 203 240 0 51 34 15 525 72 105
Binary 11011110 10000011 10100000 0 101001 11100 1101 101010101 111010 1000101

Color Harmonies of #DE83A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE83A0

Black with #DE83A0

Text Example


Text Example

White with #DE83A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE83A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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