Html Css Color HEX #DE8189 Carissma

📋 copy color: '#DE8189'

red 222 ◦ green 129 ◦ blue 137

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

Shades of Carissma #DE8189

Tints of Carissma #DE8189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.43%

 BLUE value IS 137 (53.91% from 255) = 28.07%

R = 45.49%
G = 26.43%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE8189 (or 0xDE8189) is known color: Carissma. HEX triplet: DE, 81 and 89. RGB value is (222,129,137). Sum of RGB (Red+Green+Blue) = 222+129+137=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8189 is #217E76. Grayscale: #9D9D9D. Windows color (decimal): -2195063 or 9011678. OLE color: 9011678.

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

Color convert

RGB 222 129 137 -
CMYK 0 0.42 0.38 0.13
HSL 354.84º 0.58% 0.69% -
HSV(B) 354.84º 0.42% 0.87% -
XYZ 42.49 33.04 27.8 -
YUV 157.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 222 129 137 0 0.42 0.38 0.13 354.84 0.58 0.69
Hex DE 81 89 0 2A 26 D 163 3A 45
Octal 336 201 211 0 52 46 15 543 72 105
Binary 11011110 10000001 10001001 0 101010 100110 1101 101100011 111010 1000101

Color Harmonies of #DE8189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8189

Black with #DE8189

Text Example


Text Example

White with #DE8189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8189; }

 p { color: rgb(222,129,137); }

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

background-color css

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

 a { background-color: rgb(222,129,137); }

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

border-color css

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

 span { border-color: rgb(222,129,137); }

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