#DF7D9E

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

Shades of Carissma #DF7D9E

Tints of Carissma #DF7D9E

Color information

#DF7D9E (or 0xDF7D9E) is unknown color: approx Carissma. HEX triplet: DF, 7D and 9E. RGB value is (223,125,158). Sum of RGB (Red+Green+Blue) = 223+125+158=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D9E is #208261. Grayscale: #9E9E9E. Windows color (decimal): -2130530 or 10386911. OLE color: 10386911.

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

Color convert

RGB223125158-
CMYK00.440.290.13
HSL339.8º60.49%68.24%-
HSV(B)339.8º43.95%87.45%-
XYZ43.9432.8236.37-
YUV158.06127.97174.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.07%
GREEN value IS 125 (49.22% from 255) = 24.70%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=44.07%
G=24.70%
B=31.23%

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
Decimal22312515800.440.290.13339.860.4968.24
HexDF7D9E02C1DD1543c44
Octal337175236054351552474104
Binary1101111111111011001111001011001110111011010101001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D9E; }

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

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

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

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

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

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

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

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