#D2757A

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

Shades of Froly #D2757A

Tints of Froly #D2757A

Color information

#D2757A (or 0xD2757A) is unknown color: approx Froly. HEX triplet: D2, 75 and 7A. RGB value is (210,117,122). Sum of RGB (Red+Green+Blue) = 210+117+122=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2757A is #2D8A85. Grayscale: #919191. Windows color (decimal): -2984582 or 8025554. OLE color: 8025554.

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

Color convert

RGB210117122-
CMYK00.440.420.18
HSL356.77º50.82%64.12%-
HSV(B)356.77º44.29%82.35%-
XYZ36.4527.8321.86-
YUV145.38114.81174.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.77%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=46.77%
G=26.06%
B=27.17%

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
Decimal21011712200.440.420.18356.7750.8264.12
HexD2757A02C2A121653340
Octal322165172054522254563100
Binary11010010111010111110100101100101010100101011001011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2757A; }

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

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

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

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

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

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

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

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