#DF7D8A

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

Shades of Carissma #DF7D8A

Tints of Carissma #DF7D8A

Color information

#DF7D8A (or 0xDF7D8A) is unknown color: approx Carissma. HEX triplet: DF, 7D and 8A. RGB value is (223,125,138). Sum of RGB (Red+Green+Blue) = 223+125+138=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D8A is #208275. Grayscale: #9B9B9B. Windows color (decimal): -2130550 or 9076191. OLE color: 9076191.

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

Color convert

RGB223125138-
CMYK00.440.380.13
HSL352.04º60.49%68.24%-
HSV(B)352.04º43.95%87.45%-
XYZ42.3532.1928.03-
YUV155.78117.97175.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.88%
GREEN value IS 125 (49.22% from 255) = 25.72%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=45.88%
G=25.72%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312513800.440.380.13352.0460.4968.24
HexDF7D8A02C26D1603c44
Octal337175212054461554074104
Binary11011111111110110001010010110010011011011011000001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D8A; }

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

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

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

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

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

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

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

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