Html Css Color HEX #D2787C Froly

📋 copy color: '#D2787C'

red 210 ◦ green 120 ◦ blue 124

#D2787C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #D2787C

Tints of Froly #D2787C

RGB

 RED value IS 210 (82.42% from 255) = 46.26%

 GREEN value IS 120 (47.27% from 255) = 26.43%

 BLUE value IS 124 (48.83% from 255) = 27.31%

R = 46.26%
G = 26.43%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2787C (or 0xD2787C) is known color: Froly. HEX triplet: D2, 78 and 7C. RGB value is (210,120,124). Sum of RGB (Red+Green+Blue) = 210+120+124=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2787C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2787C is #2D8783. Grayscale: #939393. Windows color (decimal): -2983812 or 8157394. OLE color: 8157394.

HSL color Cylindrical-coordinate representation of color #D2787C: hue angle of 357.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2787C is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 120 124 -
CMYK 0 0.43 0.41 0.18
HSL 357.33º 0.5% 0.65% -
HSV(B) 357.33º 0.43% 0.82% -
XYZ 36.93 28.59 22.64 -
YUV 147.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 210 120 124 0 0.43 0.41 0.18 357.33 0.5 0.65
Hex D2 78 7C 0 2B 29 12 165 32 41
Octal 322 170 174 0 53 51 22 545 62 101
Binary 11010010 1111000 1111100 0 101011 101001 10010 101100101 110010 1000001

Color Harmonies of #D2787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2787C

Black with #D2787C

Text Example


Text Example

White with #D2787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2787C; }

 p { color: rgb(210,120,124); }

 H1.HeaderClassName
 {
   color: #D2787C;
 }
 .AnyTagClassName
 {
   color: #D2787C;
 }
</style>

background-color css

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

 a { background-color: rgb(210,120,124); }

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

border-color css

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

 span { border-color: rgb(210,120,124); }

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