Html Css Color HEX #DE829C Carissma

📋 copy color: '#DE829C'

red 222 ◦ green 130 ◦ blue 156

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

Shades of Carissma #DE829C

Tints of Carissma #DE829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.71%

R = 43.7%
G = 25.59%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE829C (or 0xDE829C) is known color: Carissma. HEX triplet: DE, 82 and 9C. RGB value is (222,130,156). Sum of RGB (Red+Green+Blue) = 222+130+156=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE829C is #217D63. Grayscale: #A0A0A0. Windows color (decimal): -2194788 or 10257118. OLE color: 10257118.

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

Color convert

RGB 222 130 156 -
CMYK 0 0.41 0.30 0.13
HSL 343.04º 0.58% 0.69% -
HSV(B) 343.04º 0.41% 0.87% -
XYZ 44.11 33.9 35.67 -
YUV 160.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 222 130 156 0 0.41 0.30 0.13 343.04 0.58 0.69
Hex DE 82 9C 0 29 1E D 157 3A 45
Octal 336 202 234 0 51 36 15 527 72 105
Binary 11011110 10000010 10011100 0 101001 11110 1101 101010111 111010 1000101

Color Harmonies of #DE829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE829C

Black with #DE829C

Text Example


Text Example

White with #DE829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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