#DF7E9E

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

Shades of Carissma #DF7E9E

Tints of Carissma #DF7E9E

Color information

#DF7E9E (or 0xDF7E9E) is unknown color: approx Carissma. HEX triplet: DF, 7E and 9E. RGB value is (223,126,158). Sum of RGB (Red+Green+Blue) = 223+126+158=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E9E is #208161. Grayscale: #9E9E9E. Windows color (decimal): -2130274 or 10387167. OLE color: 10387167.

HSL color Cylindrical-coordinate representation of color #DF7E9E: hue angle of 340.21º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7E9E is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB223126158-
CMYK00.430.290.13
HSL340.21º60.25%68.43%-
HSV(B)340.21º43.5%87.45%-
XYZ44.0633.0836.41-
YUV158.65127.64173.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.98%
GREEN value IS 126 (49.61% from 255) = 24.85%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=43.98%
G=24.85%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312615800.430.290.13340.2160.2568.43
HexDF7E9E02B1DD1543c44
Octal337176236053351552474104
Binary1101111111111101001111001010111110111011010101001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7E9E; }

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

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

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

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

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

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

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

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