#DF808A

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

Shades of Carissma #DF808A

Tints of Carissma #DF808A

Color information

#DF808A (or 0xDF808A) is unknown color: approx Carissma. HEX triplet: DF, 80 and 8A. RGB value is (223,128,138). Sum of RGB (Red+Green+Blue) = 223+128+138=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF808A is #207F75. Grayscale: #9D9D9D. Windows color (decimal): -2129782 or 9076959. OLE color: 9076959.

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

Color convert

RGB223128138-
CMYK00.430.380.13
HSL353.68º59.75%68.82%-
HSV(B)353.68º42.6%87.45%-
XYZ42.7432.9628.15-
YUV157.54116.97174.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.60%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=45.60%
G=26.18%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312813800.430.380.13353.6859.7568.82
HexDF808A02B26D1623c45
Octal337200212053461554274105
Binary110111111000000010001010010101110011011011011000101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF808A; }

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

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

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

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

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

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

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

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