Html Css Color HEX #D8616D Froly

📋 copy color: '#D8616D'

red 216 ◦ green 97 ◦ blue 109

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

Shades of Froly #D8616D

Tints of Froly #D8616D

RGB

 RED value IS 216 (84.77% from 255) = 51.18%

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

 BLUE value IS 109 (42.97% from 255) = 25.83%

R = 51.18%
G = 22.99%
B = 25.83%

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

#D8616D (or 0xD8616D) is known color: Froly. HEX triplet: D8, 61 and 6D. RGB value is (216,97,109). Sum of RGB (Red+Green+Blue) = 216+97+109=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8616D is #279E92. Grayscale: #868686. Windows color (decimal): -2596499 or 7168472. OLE color: 7168472.

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

Color convert

RGB 216 97 109 -
CMYK 0 0.55 0.50 0.15
HSL 353.95º 0.6% 0.61% -
HSV(B) 353.95º 0.55% 0.85% -
XYZ 35.35 24.25 17.29 -
YUV 133.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 216 97 109 0 0.55 0.50 0.15 353.95 0.6 0.61
Hex D8 61 6D 0 37 32 F 162 3C 3D
Octal 330 141 155 0 67 62 17 542 74 75
Binary 11011000 1100001 1101101 0 110111 110010 1111 101100010 111100 111101

Color Harmonies of #D8616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8616D

Black with #D8616D

Text Example


Text Example

White with #D8616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8616D; }

 p { color: rgb(216,97,109); }

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

background-color css

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

 a { background-color: rgb(216,97,109); }

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

border-color css

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

 span { border-color: rgb(216,97,109); }

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