Html Css Color HEX #D6646E Froly

📋 copy color: '#D6646E'

red 214 ◦ green 100 ◦ blue 110

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

Shades of Froly #D6646E

Tints of Froly #D6646E

RGB

 RED value IS 214 (83.98% from 255) = 50.47%

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

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

R = 50.47%
G = 23.58%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6646E (or 0xD6646E) is known color: Froly. HEX triplet: D6, 64 and 6E. RGB value is (214,100,110). Sum of RGB (Red+Green+Blue) = 214+100+110=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6646E is #299B91. Grayscale: #878787. Windows color (decimal): -2726802 or 7234774. OLE color: 7234774.

HSL color Cylindrical-coordinate representation of color #D6646E: hue angle of 354.74º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6646E is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 110 -
CMYK 0 0.53 0.49 0.16
HSL 354.74º 0.58% 0.62% -
HSV(B) 354.74º 0.53% 0.84% -
XYZ 35.1 24.54 17.64 -
YUV 135.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 214 100 110 0 0.53 0.49 0.16 354.74 0.58 0.62
Hex D6 64 6E 0 35 31 10 163 3A 3E
Octal 326 144 156 0 65 61 20 543 72 76
Binary 11010110 1100100 1101110 0 110101 110001 10000 101100011 111010 111110

Color Harmonies of #D6646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6646E

Black with #D6646E

Text Example


Text Example

White with #D6646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6646E; }

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

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

background-color css

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

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

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

border-color css

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

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

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