Html Css Color HEX #D46A71 Froly

📋 copy color: '#D46A71'

red 212 ◦ green 106 ◦ blue 113

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

Shades of Froly #D46A71

Tints of Froly #D46A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.59%

 BLUE value IS 113 (44.53% from 255) = 26.22%

R = 49.19%
G = 24.59%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D46A71 (or 0xD46A71) is known color: Froly. HEX triplet: D4, 6A and 71. RGB value is (212,106,113). Sum of RGB (Red+Green+Blue) = 212+106+113=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46A71 is #2B958E. Grayscale: #8A8A8A. Windows color (decimal): -2856335 or 7432916. OLE color: 7432916.

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

Color convert

RGB 212 106 113 -
CMYK 0 0.5 0.47 0.17
HSL 356.04º 0.55% 0.62% -
HSV(B) 356.04º 0.5% 0.83% -
XYZ 35.29 25.5 18.68 -
YUV 138.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 212 106 113 0 0.5 0.47 0.17 356.04 0.55 0.62
Hex D4 6A 71 0 32 2F 11 164 37 3E
Octal 324 152 161 0 62 57 21 544 67 76
Binary 11010100 1101010 1110001 0 110010 101111 10001 101100100 110111 111110

Color Harmonies of #D46A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46A71

Black with #D46A71

Text Example


Text Example

White with #D46A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46A71; }

 p { color: rgb(212,106,113); }

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

background-color css

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

 a { background-color: rgb(212,106,113); }

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

border-color css

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

 span { border-color: rgb(212,106,113); }

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