#DF818C

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

Shades of Carissma #DF818C

Tints of Carissma #DF818C

Color information

#DF818C (or 0xDF818C) is unknown color: approx Carissma. HEX triplet: DF, 81 and 8C. RGB value is (223,129,140). Sum of RGB (Red+Green+Blue) = 223+129+140=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF818C is #207E73. Grayscale: #9E9E9E. Windows color (decimal): -2129524 or 9208287. OLE color: 9208287.

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

Color convert

RGB223129140-
CMYK00.420.370.13
HSL352.98º59.49%69.02%-
HSV(B)352.98º42.15%87.45%-
XYZ43.0233.2828.97-
YUV158.36117.64174.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.33%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=45.33%
G=26.22%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312914000.420.370.13352.9859.4969.02
HexDF818C02A25D1613b45
Octal337201214052451554173105
Binary110111111000000110001100010101010010111011011000011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF818C; }

 p { color: rgb(223,129,140); }

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

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

 a { background-color: rgb(223,129,140); }

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

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

 span { border-color: rgb(223,129,140); }

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