#DF7D90

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

Shades of Carissma #DF7D90

Tints of Carissma #DF7D90

Color information

#DF7D90 (or 0xDF7D90) is unknown color: approx Carissma. HEX triplet: DF, 7D and 90. RGB value is (223,125,144). Sum of RGB (Red+Green+Blue) = 223+125+144=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D90 is #20826F. Grayscale: #9C9C9C. Windows color (decimal): -2130544 or 9469407. OLE color: 9469407.

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

Color convert

RGB223125144-
CMYK00.440.350.13
HSL348.37º60.49%68.24%-
HSV(B)348.37º43.95%87.45%-
XYZ42.832.3730.38-
YUV156.47120.97175.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.33%
GREEN value IS 125 (49.22% from 255) = 25.41%
BLUE value IS 144 (56.64% from 255) = 29.27%
R=45.33%
G=25.41%
B=29.27%

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
Decimal22312514400.440.350.13348.3760.4968.24
HexDF7D9002C23D15c3c44
Octal337175220054431553474104
Binary11011111111110110010000010110010001111011010111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D90; }

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

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

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

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

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

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

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

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