Html Css Color HEX #D9677C Froly

📋 copy color: '#D9677C'

red 217 ◦ green 103 ◦ blue 124

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

Shades of Froly #D9677C

Tints of Froly #D9677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.2%

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 48.87%
G = 23.2%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9677C (or 0xD9677C) is known color: Froly. HEX triplet: D9, 67 and 7C. RGB value is (217,103,124). Sum of RGB (Red+Green+Blue) = 217+103+124=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9677C is #269883. Grayscale: #8B8B8B. Windows color (decimal): -2529412 or 8153049. OLE color: 8153049.

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

Color convert

RGB 217 103 124 -
CMYK 0 0.53 0.43 0.15
HSL 348.95º 0.6% 0.63% -
HSV(B) 348.95º 0.53% 0.85% -
XYZ 37.1 25.91 22.11 -
YUV 139.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 217 103 124 0 0.53 0.43 0.15 348.95 0.6 0.63
Hex D9 67 7C 0 35 2B F 15D 3C 3F
Octal 331 147 174 0 65 53 17 535 74 77
Binary 11011001 1100111 1111100 0 110101 101011 1111 101011101 111100 111111

Color Harmonies of #D9677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9677C

Black with #D9677C

Text Example


Text Example

White with #D9677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9677C; }

 p { color: rgb(217,103,124); }

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

background-color css

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

 a { background-color: rgb(217,103,124); }

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

border-color css

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

 span { border-color: rgb(217,103,124); }

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