#DF7F8F

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

Shades of Carissma #DF7F8F

Tints of Carissma #DF7F8F

Color information

#DF7F8F (or 0xDF7F8F) is unknown color: approx Carissma. HEX triplet: DF, 7F and 8F. RGB value is (223,127,143). Sum of RGB (Red+Green+Blue) = 223+127+143=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F8F is #208070. Grayscale: #9D9D9D. Windows color (decimal): -2130033 or 9404383. OLE color: 9404383.

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

Color convert

RGB223127143-
CMYK00.430.360.13
HSL350º60%68.63%-
HSV(B)350º43.05%87.45%-
XYZ42.9832.8530.06-
YUV157.53119.8174.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.23%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=45.23%
G=25.76%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312714300.430.360.133506068.63
HexDF7F8F02B24D15e3c45
Octal337177217053441553674105
Binary11011111111111110001111010101110010011011010111101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7F8F; }

 p { color: rgb(223,127,143); }

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

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

 a { background-color: rgb(223,127,143); }

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

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

 span { border-color: rgb(223,127,143); }

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