Html Css Color HEX #D9646E Froly

📋 copy color: '#D9646E'

red 217 ◦ green 100 ◦ blue 110

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

Shades of Froly #D9646E

Tints of Froly #D9646E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.42%

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

R = 50.82%
G = 23.42%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9646E (or 0xD9646E) is known color: Froly. HEX triplet: D9, 64 and 6E. RGB value is (217,100,110). Sum of RGB (Red+Green+Blue) = 217+100+110=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9646E is #269B91. Grayscale: #888888. Windows color (decimal): -2530194 or 7234777. OLE color: 7234777.

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

Color convert

RGB 217 100 110 -
CMYK 0 0.54 0.49 0.15
HSL 354.87º 0.61% 0.62% -
HSV(B) 354.87º 0.54% 0.85% -
XYZ 35.99 24.99 17.68 -
YUV 136.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 217 100 110 0 0.54 0.49 0.15 354.87 0.61 0.62
Hex D9 64 6E 0 36 31 F 163 3D 3E
Octal 331 144 156 0 66 61 17 543 75 76
Binary 11011001 1100100 1101110 0 110110 110001 1111 101100011 111101 111110

Color Harmonies of #D9646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9646E

Black with #D9646E

Text Example


Text Example

White with #D9646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9646E; }

 p { color: rgb(217,100,110); }

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

background-color css

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

 a { background-color: rgb(217,100,110); }

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

border-color css

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

 span { border-color: rgb(217,100,110); }

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