Html Css Color HEX #D9616C Froly

📋 copy color: '#D9616C'

red 217 ◦ green 97 ◦ blue 108

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

Shades of Froly #D9616C

Tints of Froly #D9616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.99%

 BLUE value IS 108 (42.58% from 255) = 25.59%

R = 51.42%
G = 22.99%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9616C (or 0xD9616C) is known color: Froly. HEX triplet: D9, 61 and 6C. RGB value is (217,97,108). Sum of RGB (Red+Green+Blue) = 217+97+108=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9616C is #269E93. Grayscale: #868686. Windows color (decimal): -2530964 or 7102937. OLE color: 7102937.

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

Color convert

RGB 217 97 108 -
CMYK 0 0.55 0.50 0.15
HSL 354.5º 0.61% 0.62% -
HSV(B) 354.5º 0.55% 0.85% -
XYZ 35.6 24.38 17.02 -
YUV 134.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 217 97 108 0 0.55 0.50 0.15 354.5 0.61 0.62
Hex D9 61 6C 0 37 32 F 162 3D 3E
Octal 331 141 154 0 67 62 17 542 75 76
Binary 11011001 1100001 1101100 0 110111 110010 1111 101100010 111101 111110

Color Harmonies of #D9616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9616C

Black with #D9616C

Text Example


Text Example

White with #D9616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9616C; }

 p { color: rgb(217,97,108); }

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

background-color css

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

 a { background-color: rgb(217,97,108); }

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

border-color css

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

 span { border-color: rgb(217,97,108); }

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