Html Css Color HEX #D9626A Froly

📋 copy color: '#D9626A'

red 217 ◦ green 98 ◦ blue 106

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

Shades of Froly #D9626A

Tints of Froly #D9626A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.18%

R = 51.54%
G = 23.28%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9626A (or 0xD9626A) is known color: Froly. HEX triplet: D9, 62 and 6A. RGB value is (217,98,106). Sum of RGB (Red+Green+Blue) = 217+98+106=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9626A is #269D95. Grayscale: #868686. Windows color (decimal): -2530710 or 6972121. OLE color: 6972121.

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

Color convert

RGB 217 98 106 -
CMYK 0 0.55 0.51 0.15
HSL 355.97º 0.61% 0.62% -
HSV(B) 355.97º 0.55% 0.85% -
XYZ 35.58 24.53 16.49 -
YUV 134.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 217 98 106 0 0.55 0.51 0.15 355.97 0.61 0.62
Hex D9 62 6A 0 37 33 F 164 3D 3E
Octal 331 142 152 0 67 63 17 544 75 76
Binary 11011001 1100010 1101010 0 110111 110011 1111 101100100 111101 111110

Color Harmonies of #D9626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9626A

Black with #D9626A

Text Example


Text Example

White with #D9626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9626A; }

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

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

background-color css

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

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

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

border-color css

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

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

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