Html Css Color HEX #D9646D Froly

📋 copy color: '#D9646D'

red 217 ◦ green 100 ◦ blue 109

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

Shades of Froly #D9646D

Tints of Froly #D9646D

RGB

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

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

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

R = 50.94%
G = 23.47%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9646D (or 0xD9646D) is known color: Froly. HEX triplet: D9, 64 and 6D. RGB value is (217,100,109). Sum of RGB (Red+Green+Blue) = 217+100+109=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9646D is #269B92. Grayscale: #888888. Windows color (decimal): -2530195 or 7169241. OLE color: 7169241.

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

Color convert

RGB 217 100 109 -
CMYK 0 0.54 0.50 0.15
HSL 355.38º 0.61% 0.62% -
HSV(B) 355.38º 0.54% 0.85% -
XYZ 35.93 24.97 17.39 -
YUV 136.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 217 100 109 0 0.54 0.50 0.15 355.38 0.61 0.62
Hex D9 64 6D 0 36 32 F 163 3D 3E
Octal 331 144 155 0 66 62 17 543 75 76
Binary 11011001 1100100 1101101 0 110110 110010 1111 101100011 111101 111110

Color Harmonies of #D9646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9646D

Black with #D9646D

Text Example


Text Example

White with #D9646D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9646D; }

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

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

background-color css

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

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

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

border-color css

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

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

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