#DF8893

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

Shades of Carissma #DF8893

Tints of Carissma #DF8893

Color information

#DF8893 (or 0xDF8893) is unknown color: approx Carissma. HEX triplet: DF, 88 and 93. RGB value is (223,136,147). Sum of RGB (Red+Green+Blue) = 223+136+147=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8893 is #20776C. Grayscale: #A3A3A3. Windows color (decimal): -2127725 or 9668831. OLE color: 9668831.

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

Color convert

RGB223136147-
CMYK00.390.340.13
HSL352.41º57.62%70.39%-
HSV(B)352.41º39.01%87.45%-
XYZ44.535.432.09-
YUV163.27118.82170.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.07%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=44.07%
G=26.88%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313614700.390.340.13352.4157.6270.39
HexDF889302722D1603a46
Octal337210223047421554072106
Binary110111111000100010010011010011110001011011011000001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8893; }

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

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

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

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

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

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

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

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