#df7f98

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

Shades of Carissma #DF7F98

Tints of Carissma #DF7F98

Color information

#DF7F98 (or 0xDF7F98) is unknown color: approx Carissma. HEX triplet: DF, 7F and 98. RGB value is (223,127,152). Sum of RGB (Red+Green+Blue) = 223+127+152=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F98 is #208067. Grayscale: #9E9E9E. Windows color (decimal): -2130024 or 9994207. OLE color: 9994207.

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

Color convert

RGB223127152-
CMYK00.430.320.13
HSL344.38º60%68.63%-
HSV(B)344.38º43.05%87.45%-
XYZ43.6933.1333.8-
YUV158.55124.3173.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.42%
GREEN value IS 127 (50% from 255) = 25.30%
BLUE value IS 152 (59.77% from 255) = 30.28%
R=44.42%
G=25.30%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312715200.430.320.13344.386068.63
HexDF7F9802B20D1583c45
Octal337177230053401553074105
Binary11011111111111110011000010101110000011011010110001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df7f98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df7f98; }

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

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

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

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

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

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

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

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