Html Css Color HEX #D9626D Froly

📋 copy color: '#D9626D'

red 217 ◦ green 98 ◦ blue 109

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

Shades of Froly #D9626D

Tints of Froly #D9626D

RGB

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

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

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

R = 51.18%
G = 23.11%
B = 25.71%

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

#D9626D (or 0xD9626D) is known color: Froly. HEX triplet: D9, 62 and 6D. RGB value is (217,98,109). Sum of RGB (Red+Green+Blue) = 217+98+109=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9626D is #269D92. Grayscale: #868686. Windows color (decimal): -2530707 or 7168729. OLE color: 7168729.

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

Color convert

RGB 217 98 109 -
CMYK 0 0.55 0.50 0.15
HSL 354.45º 0.61% 0.62% -
HSV(B) 354.45º 0.55% 0.85% -
XYZ 35.74 24.59 17.33 -
YUV 134.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 217 98 109 0 0.55 0.50 0.15 354.45 0.61 0.62
Hex D9 62 6D 0 37 32 F 162 3D 3E
Octal 331 142 155 0 67 62 17 542 75 76
Binary 11011001 1100010 1101101 0 110111 110010 1111 101100010 111101 111110

Color Harmonies of #D9626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9626D

Black with #D9626D

Text Example


Text Example

White with #D9626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9626D; }

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

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

background-color css

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

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

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

border-color css

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

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

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