#DF808F

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

Shades of Carissma #DF808F

Tints of Carissma #DF808F

Color information

#DF808F (or 0xDF808F) is unknown color: approx Carissma. HEX triplet: DF, 80 and 8F. RGB value is (223,128,143). Sum of RGB (Red+Green+Blue) = 223+128+143=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF808F is #207F70. Grayscale: #9E9E9E. Windows color (decimal): -2129777 or 9404639. OLE color: 9404639.

HSL color Cylindrical-coordinate representation of color #DF808F: hue angle of 350.53º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF808F is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB223128143-
CMYK00.430.360.13
HSL350.53º59.75%68.82%-
HSV(B)350.53º42.6%87.45%-
XYZ43.1133.1130.11-
YUV158.11119.47174.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.14%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=45.14%
G=25.91%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312814300.430.360.13350.5359.7568.82
HexDF808F02B24D15f3c45
Octal337200217053441553774105
Binary110111111000000010001111010101110010011011010111111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF808F; }

 p { color: rgb(223,128,143); }

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

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

 a { background-color: rgb(223,128,143); }

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

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

 span { border-color: rgb(223,128,143); }

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