Html Css Color HEX #DE8195 Carissma

📋 copy color: '#DE8195'

red 222 ◦ green 129 ◦ blue 149

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

Shades of Carissma #DE8195

Tints of Carissma #DE8195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.8%

R = 44.4%
G = 25.8%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE8195 (or 0xDE8195) is known color: Carissma. HEX triplet: DE, 81 and 95. RGB value is (222,129,149). Sum of RGB (Red+Green+Blue) = 222+129+149=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8195 is #217E6A. Grayscale: #9F9F9F. Windows color (decimal): -2195051 or 9798110. OLE color: 9798110.

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

Color convert

RGB 222 129 149 -
CMYK 0 0.42 0.33 0.13
HSL 347.1º 0.58% 0.69% -
HSV(B) 347.1º 0.42% 0.87% -
XYZ 43.4 33.4 32.59 -
YUV 159.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 222 129 149 0 0.42 0.33 0.13 347.1 0.58 0.69
Hex DE 81 95 0 2A 21 D 15B 3A 45
Octal 336 201 225 0 52 41 15 533 72 105
Binary 11011110 10000001 10010101 0 101010 100001 1101 101011011 111010 1000101

Color Harmonies of #DE8195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8195

Black with #DE8195

Text Example


Text Example

White with #DE8195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8195; }

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

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

background-color css

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

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

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

border-color css

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

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

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