#DF7E8A

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

Shades of Carissma #DF7E8A

Tints of Carissma #DF7E8A

Color information

#DF7E8A (or 0xDF7E8A) is unknown color: approx Carissma. HEX triplet: DF, 7E and 8A. RGB value is (223,126,138). Sum of RGB (Red+Green+Blue) = 223+126+138=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E8A is #208175. Grayscale: #9C9C9C. Windows color (decimal): -2130294 or 9076447. OLE color: 9076447.

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

Color convert

RGB223126138-
CMYK00.430.380.13
HSL352.58º60.25%68.43%-
HSV(B)352.58º43.5%87.45%-
XYZ42.4832.4428.07-
YUV156.37117.64175.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.79%
GREEN value IS 126 (49.61% from 255) = 25.87%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=45.79%
G=25.87%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312613800.430.380.13352.5860.2568.43
HexDF7E8A02B26D1613c44
Octal337176212053461554174104
Binary11011111111111010001010010101110011011011011000011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7E8A; }

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

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

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

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

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

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

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

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