Html Css Color HEX #D8616E Froly

📋 copy color: '#D8616E'

red 216 ◦ green 97 ◦ blue 110

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

Shades of Froly #D8616E

Tints of Froly #D8616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26%

R = 51.06%
G = 22.93%
B = 26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8616E (or 0xD8616E) is known color: Froly. HEX triplet: D8, 61 and 6E. RGB value is (216,97,110). Sum of RGB (Red+Green+Blue) = 216+97+110=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8616E is #279E91. Grayscale: #868686. Windows color (decimal): -2596498 or 7234008. OLE color: 7234008.

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

Color convert

RGB 216 97 110 -
CMYK 0 0.55 0.49 0.15
HSL 353.45º 0.6% 0.61% -
HSV(B) 353.45º 0.55% 0.85% -
XYZ 35.41 24.27 17.57 -
YUV 134.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 216 97 110 0 0.55 0.49 0.15 353.45 0.6 0.61
Hex D8 61 6E 0 37 31 F 161 3C 3D
Octal 330 141 156 0 67 61 17 541 74 75
Binary 11011000 1100001 1101110 0 110111 110001 1111 101100001 111100 111101

Color Harmonies of #D8616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8616E

Black with #D8616E

Text Example


Text Example

White with #D8616E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8616E; }

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

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

background-color css

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

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

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

border-color css

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

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

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