#DF7D8F

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

Shades of Carissma #DF7D8F

Tints of Carissma #DF7D8F

Color information

#DF7D8F (or 0xDF7D8F) is unknown color: approx Carissma. HEX triplet: DF, 7D and 8F. RGB value is (223,125,143). Sum of RGB (Red+Green+Blue) = 223+125+143=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D8F is #208270. Grayscale: #9C9C9C. Windows color (decimal): -2130545 or 9403871. OLE color: 9403871.

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

Color convert

RGB223125143-
CMYK00.440.360.13
HSL348.98º60.49%68.24%-
HSV(B)348.98º43.95%87.45%-
XYZ42.7232.3429.98-
YUV156.35120.47175.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 143 (56.25% from 255) = 29.12%
R=45.42%
G=25.46%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312514300.440.360.13348.9860.4968.24
HexDF7D8F02C24D15d3c44
Octal337175217054441553574104
Binary11011111111110110001111010110010010011011010111011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D8F; }

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

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

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

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

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

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

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

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