Html Css Color HEX #D8626D Froly

📋 copy color: '#D8626D'

red 216 ◦ green 98 ◦ blue 109

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

Shades of Froly #D8626D

Tints of Froly #D8626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.17%

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

R = 51.06%
G = 23.17%
B = 25.77%

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

#D8626D (or 0xD8626D) is known color: Froly. HEX triplet: D8, 62 and 6D. RGB value is (216,98,109). Sum of RGB (Red+Green+Blue) = 216+98+109=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8626D is #279D92. Grayscale: #868686. Windows color (decimal): -2596243 or 7168728. OLE color: 7168728.

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

Color convert

RGB 216 98 109 -
CMYK 0 0.55 0.50 0.15
HSL 354.41º 0.6% 0.62% -
HSV(B) 354.41º 0.55% 0.85% -
XYZ 35.45 24.44 17.32 -
YUV 134.54 113.59 186.11 -
System Red Green Blue C M Y K H S L
Decimal 216 98 109 0 0.55 0.50 0.15 354.41 0.6 0.62
Hex D8 62 6D 0 37 32 F 162 3C 3E
Octal 330 142 155 0 67 62 17 542 74 76
Binary 11011000 1100010 1101101 0 110111 110010 1111 101100010 111100 111110

Color Harmonies of #D8626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8626D

Black with #D8626D

Text Example


Text Example

White with #D8626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8626D; }

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

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

background-color css

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

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

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

border-color css

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

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

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