Html Css Color HEX #D9656F Froly

📋 copy color: '#D9656F'

red 217 ◦ green 101 ◦ blue 111

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

Shades of Froly #D9656F

Tints of Froly #D9656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.54%

 BLUE value IS 111 (43.75% from 255) = 25.87%

R = 50.58%
G = 23.54%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9656F (or 0xD9656F) is known color: Froly. HEX triplet: D9, 65 and 6F. RGB value is (217,101,111). Sum of RGB (Red+Green+Blue) = 217+101+111=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9656F is #269A90. Grayscale: #888888. Windows color (decimal): -2529937 or 7300569. OLE color: 7300569.

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

Color convert

RGB 217 101 111 -
CMYK 0 0.53 0.49 0.15
HSL 354.83º 0.6% 0.62% -
HSV(B) 354.83º 0.53% 0.85% -
XYZ 36.14 25.21 18 -
YUV 136.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 217 101 111 0 0.53 0.49 0.15 354.83 0.6 0.62
Hex D9 65 6F 0 35 31 F 163 3C 3E
Octal 331 145 157 0 65 61 17 543 74 76
Binary 11011001 1100101 1101111 0 110101 110001 1111 101100011 111100 111110

Color Harmonies of #D9656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9656F

Black with #D9656F

Text Example


Text Example

White with #D9656F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9656F; }

 p { color: rgb(217,101,111); }

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

background-color css

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

 a { background-color: rgb(217,101,111); }

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

border-color css

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

 span { border-color: rgb(217,101,111); }

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