#D2767A

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

Shades of Froly #D2767A

Tints of Froly #D2767A

Color information

#D2767A (or 0xD2767A) is unknown color: approx Froly. HEX triplet: D2, 76 and 7A. RGB value is (210,118,122). Sum of RGB (Red+Green+Blue) = 210+118+122=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2767A is #2D8985. Grayscale: #929292. Windows color (decimal): -2984326 or 8025810. OLE color: 8025810.

HSL color Cylindrical-coordinate representation of color #D2767A: hue angle of 357.39º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2767A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB210118122-
CMYK00.440.420.18
HSL357.39º50.55%64.31%-
HSV(B)357.39º43.81%82.35%-
XYZ36.5728.0621.9-
YUV145.96114.48173.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.67%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=46.67%
G=26.22%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011812200.440.420.18357.3950.5564.31
HexD2767A02C2A121653340
Octal322166172054522254563100
Binary11010010111011011110100101100101010100101011001011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2767A; }

 p { color: rgb(210,118,122); }

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

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

 a { background-color: rgb(210,118,122); }

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

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

 span { border-color: rgb(210,118,122); }

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