#DE8298

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

Shades of Carissma #DE8298

Tints of Carissma #DE8298

Color information

#DE8298 (or 0xDE8298) is unknown color: approx Carissma. HEX triplet: DE, 82 and 98. RGB value is (222,130,152). Sum of RGB (Red+Green+Blue) = 222+130+152=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8298 is #217D67. Grayscale: #A0A0A0. Windows color (decimal): -2194792 or 9994974. OLE color: 9994974.

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

Color convert

RGB222130152-
CMYK00.410.320.13
HSL345.65º58.23%69.02%-
HSV(B)345.65º41.44%87.06%-
XYZ43.7733.7633.92-
YUV160.02123.48172.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=44.05%
G=25.79%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213015200.410.320.13345.6558.2369.02
HexDE829802920D15a3a45
Octal336202230051401553272105
Binary110111101000001010011000010100110000011011010110101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8298; }

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

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

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

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

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

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

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

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