#DF7C9E

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

Shades of Carissma #DF7C9E

Tints of Carissma #DF7C9E

Color information

#DF7C9E (or 0xDF7C9E) is unknown color: approx Carissma. HEX triplet: DF, 7C and 9E. RGB value is (223,124,158). Sum of RGB (Red+Green+Blue) = 223+124+158=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C9E is #208361. Grayscale: #9D9D9D. Windows color (decimal): -2130786 or 10386655. OLE color: 10386655.

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

Color convert

RGB223124158-
CMYK00.440.290.13
HSL339.39º60.74%68.04%-
HSV(B)339.39º44.39%87.45%-
XYZ43.8132.5736.33-
YUV157.48128.3174.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.16%
GREEN value IS 124 (48.83% from 255) = 24.55%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=44.16%
G=24.55%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312415800.440.290.13339.3960.7468.04
HexDF7C9E02C1DD1533d44
Octal337174236054351552375104
Binary1101111111111001001111001011001110111011010100111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7C9E; }

 p { color: rgb(223,124,158); }

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

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

 a { background-color: rgb(223,124,158); }

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

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

 span { border-color: rgb(223,124,158); }

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