#DF7C90

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

Shades of Carissma #DF7C90

Tints of Carissma #DF7C90

Color information

#DF7C90 (or 0xDF7C90) is unknown color: approx Carissma. HEX triplet: DF, 7C and 90. RGB value is (223,124,144). Sum of RGB (Red+Green+Blue) = 223+124+144=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C90 is #20836F. Grayscale: #9B9B9B. Windows color (decimal): -2130800 or 9469151. OLE color: 9469151.

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

Color convert

RGB223124144-
CMYK00.440.350.13
HSL347.88º60.74%68.04%-
HSV(B)347.88º44.39%87.45%-
XYZ42.6732.1230.34-
YUV155.88121.3175.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 124 (48.83% from 255) = 25.25%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=45.42%
G=25.25%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312414400.440.350.13347.8860.7468.04
HexDF7C9002C23D15c3d44
Octal337174220054431553475104
Binary11011111111110010010000010110010001111011010111001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7C90; }

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

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

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

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

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

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

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

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