#D96F7A

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

Shades of Froly #D96F7A

Tints of Froly #D96F7A

Color information

#D96F7A (or 0xD96F7A) is unknown color: approx Froly. HEX triplet: D9, 6F and 7A. RGB value is (217,111,122). Sum of RGB (Red+Green+Blue) = 217+111+122=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F7A is #269085. Grayscale: #909090. Windows color (decimal): -2527366 or 8024025. OLE color: 8024025.

HSL color Cylindrical-coordinate representation of color #D96F7A: hue angle of 353.77º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96F7A is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB217111122-
CMYK00.490.440.15
HSL353.77º58.24%64.31%-
HSV(B)353.77º48.85%85.1%-
XYZ37.8127.5321.73-
YUV143.95115.62180.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.22%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=48.22%
G=24.67%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711112200.490.440.15353.7758.2464.31
HexD96F7A0312CF1623a40
Octal331157172061541754272100
Binary1101100111011111111010011000110110011111011000101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96F7A; }

 p { color: rgb(217,111,122); }

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

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

 a { background-color: rgb(217,111,122); }

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

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

 span { border-color: rgb(217,111,122); }

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