Html Css Color HEX #D8717B Froly

📋 copy color: '#D8717B'

red 216 ◦ green 113 ◦ blue 123

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

Shades of Froly #D8717B

Tints of Froly #D8717B

RGB

 RED value IS 216 (84.77% from 255) = 47.79%

 GREEN value IS 113 (44.53% from 255) = 25%

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

R = 47.79%
G = 25%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8717B (or 0xD8717B) is known color: Froly. HEX triplet: D8, 71 and 7B. RGB value is (216,113,123). Sum of RGB (Red+Green+Blue) = 216+113+123=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8717B is #278E84. Grayscale: #919191. Windows color (decimal): -2592389 or 8090072. OLE color: 8090072.

HSL color Cylindrical-coordinate representation of color #D8717B: hue angle of 354.17º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8717B is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 113 123 -
CMYK 0 0.48 0.43 0.15
HSL 354.17º 0.57% 0.65% -
HSV(B) 354.17º 0.48% 0.85% -
XYZ 37.8 27.84 22.12 -
YUV 144.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 216 113 123 0 0.48 0.43 0.15 354.17 0.57 0.65
Hex D8 71 7B 0 30 2B F 162 39 41
Octal 330 161 173 0 60 53 17 542 71 101
Binary 11011000 1110001 1111011 0 110000 101011 1111 101100010 111001 1000001

Color Harmonies of #D8717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8717B

Black with #D8717B

Text Example


Text Example

White with #D8717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8717B; }

 p { color: rgb(216,113,123); }

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

background-color css

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

 a { background-color: rgb(216,113,123); }

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

border-color css

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

 span { border-color: rgb(216,113,123); }

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