Html Css Color HEX #D9727B Froly

📋 copy color: '#D9727B'

red 217 ◦ green 114 ◦ blue 123

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

Shades of Froly #D9727B

Tints of Froly #D9727B

RGB

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

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

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

R = 47.8%
G = 25.11%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9727B (or 0xD9727B) is known color: Froly. HEX triplet: D9, 72 and 7B. RGB value is (217,114,123). Sum of RGB (Red+Green+Blue) = 217+114+123=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9727B is #268D84. Grayscale: #919191. Windows color (decimal): -2526597 or 8090329. OLE color: 8090329.

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

Color convert

RGB 217 114 123 -
CMYK 0 0.47 0.43 0.15
HSL 354.76º 0.58% 0.65% -
HSV(B) 354.76º 0.47% 0.85% -
XYZ 38.21 28.22 22.17 -
YUV 145.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 217 114 123 0 0.47 0.43 0.15 354.76 0.58 0.65
Hex D9 72 7B 0 2F 2B F 163 3A 41
Octal 331 162 173 0 57 53 17 543 72 101
Binary 11011001 1110010 1111011 0 101111 101011 1111 101100011 111010 1000001

Color Harmonies of #D9727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9727B

Black with #D9727B

Text Example


Text Example

White with #D9727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9727B; }

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

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

background-color css

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

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

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

border-color css

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

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

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