#DF7D9A

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

Shades of Carissma #DF7D9A

Tints of Carissma #DF7D9A

Color information

#DF7D9A (or 0xDF7D9A) is unknown color: approx Carissma. HEX triplet: DF, 7D and 9A. RGB value is (223,125,154). Sum of RGB (Red+Green+Blue) = 223+125+154=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D9A is #208265. Grayscale: #9D9D9D. Windows color (decimal): -2130534 or 10124767. OLE color: 10124767.

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

Color convert

RGB223125154-
CMYK00.440.310.13
HSL342.24º60.49%68.24%-
HSV(B)342.24º43.95%87.45%-
XYZ43.632.6934.58-
YUV157.61125.97174.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.42%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 154 (60.55% from 255) = 30.68%
R=44.42%
G=24.90%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312515400.440.310.13342.2460.4968.24
HexDF7D9A02C1FD1563c44
Octal337175232054371552674104
Binary1101111111111011001101001011001111111011010101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D9A; }

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

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

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

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

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

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

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

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