#DF809D

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

Shades of Carissma #DF809D

Tints of Carissma #DF809D

Color information

#DF809D (or 0xDF809D) is unknown color: approx Carissma. HEX triplet: DF, 80 and 9D. RGB value is (223,128,157). Sum of RGB (Red+Green+Blue) = 223+128+157=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF809D is #207F62. Grayscale: #9F9F9F. Windows color (decimal): -2129763 or 10322143. OLE color: 10322143.

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

Color convert

RGB223128157-
CMYK00.430.300.13
HSL341.68º59.75%68.82%-
HSV(B)341.68º42.6%87.45%-
XYZ44.2433.5636.04-
YUV159.71126.47173.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.90%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=43.90%
G=25.20%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312815700.430.300.13341.6859.7568.82
HexDF809D02B1ED1563c45
Octal337200235053361552674105
Binary11011111100000001001110101010111111011011010101101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF809D; }

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

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

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

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

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

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

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

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