Html Css Color HEX #D2787B Froly

📋 copy color: '#D2787B'

red 210 ◦ green 120 ◦ blue 123

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

Shades of Froly #D2787B

Tints of Froly #D2787B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.15%

R = 46.36%
G = 26.49%
B = 27.15%

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

#D2787B (or 0xD2787B) is known color: Froly. HEX triplet: D2, 78 and 7B. RGB value is (210,120,123). Sum of RGB (Red+Green+Blue) = 210+120+123=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2787B is #2D8784. Grayscale: #939393. Windows color (decimal): -2983813 or 8091858. OLE color: 8091858.

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

Color convert

RGB 210 120 123 -
CMYK 0 0.43 0.41 0.18
HSL 358º 0.5% 0.65% -
HSV(B) 358º 0.43% 0.82% -
XYZ 36.87 28.56 22.31 -
YUV 147.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 210 120 123 0 0.43 0.41 0.18 358 0.5 0.65
Hex D2 78 7B 0 2B 29 12 166 32 41
Octal 322 170 173 0 53 51 22 546 62 101
Binary 11010010 1111000 1111011 0 101011 101001 10010 101100110 110010 1000001

Color Harmonies of #D2787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2787B

Black with #D2787B

Text Example


Text Example

White with #D2787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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