Html Css Color HEX #D9717B Froly

📋 copy color: '#D9717B'

red 217 ◦ green 113 ◦ blue 123

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

Shades of Froly #D9717B

Tints of Froly #D9717B

RGB

 RED value IS 217 (85.16% from 255) = 47.9%

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

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

R = 47.9%
G = 24.94%
B = 27.15%

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

#D9717B (or 0xD9717B) is known color: Froly. HEX triplet: D9, 71 and 7B. RGB value is (217,113,123). Sum of RGB (Red+Green+Blue) = 217+113+123=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D9717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9717B is #268E84. Grayscale: #919191. Windows color (decimal): -2526853 or 8090073. OLE color: 8090073.

HSL color Cylindrical-coordinate representation of color #D9717B: hue angle of 354.23º degrees, saturation: 0.58, 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 #D9717B is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 113 123 -
CMYK 0 0.48 0.43 0.15
HSL 354.23º 0.58% 0.65% -
HSV(B) 354.23º 0.48% 0.85% -
XYZ 38.1 27.99 22.13 -
YUV 145.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 217 113 123 0 0.48 0.43 0.15 354.23 0.58 0.65
Hex D9 71 7B 0 30 2B F 162 3A 41
Octal 331 161 173 0 60 53 17 542 72 101
Binary 11011001 1110001 1111011 0 110000 101011 1111 101100010 111010 1000001

Color Harmonies of #D9717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9717B

Black with #D9717B

Text Example


Text Example

White with #D9717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9717B; }

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

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

background-color css

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

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

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

border-color css

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

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

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