#DE8993

Color #DE8993 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #DE8993

Tints of Carissma #DE8993

Color information

#DE8993 (or 0xDE8993) is unknown color: approx Carissma. HEX triplet: DE, 89 and 93. RGB value is (222,137,147). Sum of RGB (Red+Green+Blue) = 222+137+147=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8993 is #21766C. Grayscale: #A3A3A3. Windows color (decimal): -2193005 or 9669086. OLE color: 9669086.

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

Color convert

RGB222137147-
CMYK00.380.340.13
HSL352.94º56.29%70.39%-
HSV(B)352.94º38.29%87.06%-
XYZ44.3435.5332.12-
YUV163.56118.66169.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 137 (53.91% from 255) = 27.08%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=43.87%
G=27.08%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213714700.380.340.13352.9456.2970.39
HexDE899302622D1613846
Octal336211223046421554170106
Binary110111101000100110010011010011010001011011011000011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8993; }

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

 H1.HeaderClassName
 {
   color: #DE8993;
 }
 .AnyTagClassName
 {
   color: #DE8993;
 }
</style>
background-color css

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

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

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

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

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

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