Html Css Color HEX #D9656B Froly

📋 copy color: '#D9656B'

red 217 ◦ green 101 ◦ blue 107

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

Shades of Froly #D9656B

Tints of Froly #D9656B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.18%

R = 51.06%
G = 23.76%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9656B (or 0xD9656B) is known color: Froly. HEX triplet: D9, 65 and 6B. RGB value is (217,101,107). Sum of RGB (Red+Green+Blue) = 217+101+107=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9656B is #269A94. Grayscale: #888888. Windows color (decimal): -2529941 or 7038425. OLE color: 7038425.

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

Color convert

RGB 217 101 107 -
CMYK 0 0.53 0.51 0.15
HSL 356.9º 0.6% 0.62% -
HSV(B) 356.9º 0.53% 0.85% -
XYZ 35.92 25.12 16.87 -
YUV 136.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 217 101 107 0 0.53 0.51 0.15 356.9 0.6 0.62
Hex D9 65 6B 0 35 33 F 165 3C 3E
Octal 331 145 153 0 65 63 17 545 74 76
Binary 11011001 1100101 1101011 0 110101 110011 1111 101100101 111100 111110

Color Harmonies of #D9656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9656B

Black with #D9656B

Text Example


Text Example

White with #D9656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9656B; }

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

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

background-color css

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

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

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

border-color css

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

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

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