#DF809C

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

Shades of Carissma #DF809C

Tints of Carissma #DF809C

Color information

#DF809C (or 0xDF809C) is unknown color: approx Carissma. HEX triplet: DF, 80 and 9C. RGB value is (223,128,156). Sum of RGB (Red+Green+Blue) = 223+128+156=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF809C is #207F63. Grayscale: #9F9F9F. Windows color (decimal): -2129764 or 10256607. OLE color: 10256607.

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

Color convert

RGB223128156-
CMYK00.430.300.13
HSL342.32º59.75%68.82%-
HSV(B)342.32º42.6%87.45%-
XYZ44.1533.5335.6-
YUV159.6125.97173.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.98%
GREEN value IS 128 (50.39% from 255) = 25.25%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=43.98%
G=25.25%
B=30.77%

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
Decimal22312815600.430.300.13342.3259.7568.82
HexDF809C02B1ED1563c45
Octal337200234053361552674105
Binary11011111100000001001110001010111111011011010101101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF809C; }

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

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

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

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

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

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

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

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