#DF7D8E

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

Shades of Carissma #DF7D8E

Tints of Carissma #DF7D8E

Color information

#DF7D8E (or 0xDF7D8E) is unknown color: approx Carissma. HEX triplet: DF, 7D and 8E. RGB value is (223,125,142). Sum of RGB (Red+Green+Blue) = 223+125+142=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D8E is #208271. Grayscale: #9C9C9C. Windows color (decimal): -2130546 or 9338335. OLE color: 9338335.

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

Color convert

RGB223125142-
CMYK00.440.360.13
HSL349.59º60.49%68.24%-
HSV(B)349.59º43.95%87.45%-
XYZ42.6532.3129.58-
YUV156.24119.97175.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.51%
GREEN value IS 125 (49.22% from 255) = 25.51%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=45.51%
G=25.51%
B=28.98%

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
Decimal22312514200.440.360.13349.5960.4968.24
HexDF7D8E02C24D15e3c44
Octal337175216054441553674104
Binary11011111111110110001110010110010010011011010111101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D8E; }

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

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

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

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

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

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

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

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