Html Css Color HEX #D9727D Froly

📋 copy color: '#D9727D'

red 217 ◦ green 114 ◦ blue 125

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

Shades of Froly #D9727D

Tints of Froly #D9727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25%

 BLUE value IS 125 (49.22% from 255) = 27.41%

R = 47.59%
G = 25%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9727D (or 0xD9727D) is known color: Froly. HEX triplet: D9, 72 and 7D. RGB value is (217,114,125). Sum of RGB (Red+Green+Blue) = 217+114+125=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9727D is #268D82. Grayscale: #929292. Windows color (decimal): -2526595 or 8221401. OLE color: 8221401.

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

Color convert

RGB 217 114 125 -
CMYK 0 0.47 0.42 0.15
HSL 353.59º 0.58% 0.65% -
HSV(B) 353.59º 0.47% 0.85% -
XYZ 38.33 28.27 22.84 -
YUV 146.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 217 114 125 0 0.47 0.42 0.15 353.59 0.58 0.65
Hex D9 72 7D 0 2F 2A F 162 3A 41
Octal 331 162 175 0 57 52 17 542 72 101
Binary 11011001 1110010 1111101 0 101111 101010 1111 101100010 111010 1000001

Color Harmonies of #D9727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9727D

Black with #D9727D

Text Example


Text Example

White with #D9727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9727D; }

 p { color: rgb(217,114,125); }

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

background-color css

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

 a { background-color: rgb(217,114,125); }

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

border-color css

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

 span { border-color: rgb(217,114,125); }

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