Html Css Color HEX #DE828A Carissma

📋 copy color: '#DE828A'

red 222 ◦ green 130 ◦ blue 138

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

Shades of Carissma #DE828A

Tints of Carissma #DE828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.53%

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 45.31%
G = 26.53%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE828A (or 0xDE828A) is known color: Carissma. HEX triplet: DE, 82 and 8A. RGB value is (222,130,138). Sum of RGB (Red+Green+Blue) = 222+130+138=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DE828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE828A is #217D75. Grayscale: #9E9E9E. Windows color (decimal): -2194806 or 9077470. OLE color: 9077470.

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

Color convert

RGB 222 130 138 -
CMYK 0 0.41 0.38 0.13
HSL 354.78º 0.58% 0.69% -
HSV(B) 354.78º 0.41% 0.87% -
XYZ 42.69 33.33 28.23 -
YUV 158.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 222 130 138 0 0.41 0.38 0.13 354.78 0.58 0.69
Hex DE 82 8A 0 29 26 D 163 3A 45
Octal 336 202 212 0 51 46 15 543 72 105
Binary 11011110 10000010 10001010 0 101001 100110 1101 101100011 111010 1000101

Color Harmonies of #DE828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE828A

Black with #DE828A

Text Example


Text Example

White with #DE828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE828A; }

 p { color: rgb(222,130,138); }

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

background-color css

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

 a { background-color: rgb(222,130,138); }

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

border-color css

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

 span { border-color: rgb(222,130,138); }

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