Html Css Color HEX #D9646A Froly

📋 copy color: '#D9646A'

red 217 ◦ green 100 ◦ blue 106

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

Shades of Froly #D9646A

Tints of Froly #D9646A

RGB

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

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

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

R = 51.3%
G = 23.64%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9646A (or 0xD9646A) is known color: Froly. HEX triplet: D9, 64 and 6A. RGB value is (217,100,106). Sum of RGB (Red+Green+Blue) = 217+100+106=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9646A is #269B95. Grayscale: #878787. Windows color (decimal): -2530198 or 6972633. OLE color: 6972633.

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

Color convert

RGB 217 100 106 -
CMYK 0 0.54 0.51 0.15
HSL 356.92º 0.61% 0.62% -
HSV(B) 356.92º 0.54% 0.85% -
XYZ 35.77 24.91 16.56 -
YUV 135.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 217 100 106 0 0.54 0.51 0.15 356.92 0.61 0.62
Hex D9 64 6A 0 36 33 F 165 3D 3E
Octal 331 144 152 0 66 63 17 545 75 76
Binary 11011001 1100100 1101010 0 110110 110011 1111 101100101 111101 111110

Color Harmonies of #D9646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9646A

Black with #D9646A

Text Example


Text Example

White with #D9646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9646A; }

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

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

background-color css

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

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

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

border-color css

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

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

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