Html Css Color HEX #D46774 Froly

📋 copy color: '#D46774'

red 212 ◦ green 103 ◦ blue 116

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

Shades of Froly #D46774

Tints of Froly #D46774

RGB

 RED value IS 212 (83.2% from 255) = 49.19%

 GREEN value IS 103 (40.63% from 255) = 23.9%

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 49.19%
G = 23.9%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D46774 (or 0xD46774) is known color: Froly. HEX triplet: D4, 67 and 74. RGB value is (212,103,116). Sum of RGB (Red+Green+Blue) = 212+103+116=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D46774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46774 is #2B988B. Grayscale: #898989. Windows color (decimal): -2857100 or 7628756. OLE color: 7628756.

HSL color Cylindrical-coordinate representation of color #D46774: hue angle of 352.84º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46774 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 103 116 -
CMYK 0 0.51 0.45 0.17
HSL 352.84º 0.56% 0.62% -
HSV(B) 352.84º 0.51% 0.83% -
XYZ 35.15 24.96 19.49 -
YUV 137.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 212 103 116 0 0.51 0.45 0.17 352.84 0.56 0.62
Hex D4 67 74 0 33 2D 11 161 38 3E
Octal 324 147 164 0 63 55 21 541 70 76
Binary 11010100 1100111 1110100 0 110011 101101 10001 101100001 111000 111110

Color Harmonies of #D46774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46774

Black with #D46774

Text Example


Text Example

White with #D46774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46774; }

 p { color: rgb(212,103,116); }

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

background-color css

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

 a { background-color: rgb(212,103,116); }

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

border-color css

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

 span { border-color: rgb(212,103,116); }

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