#DF7C9D

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

Shades of Carissma #DF7C9D

Tints of Carissma #DF7C9D

Color information

#DF7C9D (or 0xDF7C9D) is unknown color: approx Carissma. HEX triplet: DF, 7C and 9D. RGB value is (223,124,157). Sum of RGB (Red+Green+Blue) = 223+124+157=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C9D is #208362. Grayscale: #9D9D9D. Windows color (decimal): -2130787 or 10321119. OLE color: 10321119.

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

Color convert

RGB223124157-
CMYK00.440.300.13
HSL340º60.74%68.04%-
HSV(B)340º44.39%87.45%-
XYZ43.7232.5435.87-
YUV157.36127.8174.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.25%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=44.25%
G=24.60%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312415700.440.300.1334060.7468.04
HexDF7C9D02C1ED1543d44
Octal337174235054361552475104
Binary1101111111111001001110101011001111011011010101001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7C9D; }

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

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

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

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

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

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

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

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