Html Css Color HEX #DE838D Carissma

📋 copy color: '#DE838D'

red 222 ◦ green 131 ◦ blue 141

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

Shades of Carissma #DE838D

Tints of Carissma #DE838D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 44.94%
G = 26.52%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE838D (or 0xDE838D) is known color: Carissma. HEX triplet: DE, 83 and 8D. RGB value is (222,131,141). Sum of RGB (Red+Green+Blue) = 222+131+141=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE838D is #217C72. Grayscale: #9F9F9F. Windows color (decimal): -2194547 or 9274334. OLE color: 9274334.

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

Color convert

RGB 222 131 141 -
CMYK 0 0.41 0.36 0.13
HSL 353.41º 0.58% 0.69% -
HSV(B) 353.41º 0.41% 0.87% -
XYZ 43.05 33.69 29.43 -
YUV 159.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 222 131 141 0 0.41 0.36 0.13 353.41 0.58 0.69
Hex DE 83 8D 0 29 24 D 161 3A 45
Octal 336 203 215 0 51 44 15 541 72 105
Binary 11011110 10000011 10001101 0 101001 100100 1101 101100001 111010 1000101

Color Harmonies of #DE838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE838D

Black with #DE838D

Text Example


Text Example

White with #DE838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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