#DF8288

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

Shades of Carissma #DF8288

Tints of Carissma #DF8288

Color information

#DF8288 (or 0xDF8288) is unknown color: approx Carissma. HEX triplet: DF, 82 and 88. RGB value is (223,130,136). Sum of RGB (Red+Green+Blue) = 223+130+136=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8288 is #207D77. Grayscale: #9E9E9E. Windows color (decimal): -2129272 or 8946399. OLE color: 8946399.

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

Color convert

RGB223130136-
CMYK00.420.390.13
HSL356.13º59.24%69.22%-
HSV(B)356.13º41.7%87.45%-
XYZ42.8633.4327.49-
YUV158.49115.31174.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.60%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=45.60%
G=26.58%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313013600.420.390.13356.1359.2469.22
HexDF828802A27D1643b45
Octal337202210052471554473105
Binary110111111000001010001000010101010011111011011001001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8288; }

 p { color: rgb(223,130,136); }

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

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

 a { background-color: rgb(223,130,136); }

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

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

 span { border-color: rgb(223,130,136); }

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