Html Css Color HEX #D46B71 Froly

📋 copy color: '#D46B71'

red 212 ◦ green 107 ◦ blue 113

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

Shades of Froly #D46B71

Tints of Froly #D46B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.77%

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

R = 49.07%
G = 24.77%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D46B71 (or 0xD46B71) is known color: Froly. HEX triplet: D4, 6B and 71. RGB value is (212,107,113). Sum of RGB (Red+Green+Blue) = 212+107+113=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46B71 is #2B948E. Grayscale: #8B8B8B. Windows color (decimal): -2856079 or 7433172. OLE color: 7433172.

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

Color convert

RGB 212 107 113 -
CMYK 0 0.50 0.47 0.17
HSL 356.57º 0.55% 0.63% -
HSV(B) 356.57º 0.5% 0.83% -
XYZ 35.39 25.7 18.72 -
YUV 139.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 212 107 113 0 0.50 0.47 0.17 356.57 0.55 0.63
Hex D4 6B 71 0 32 2F 11 165 37 3F
Octal 324 153 161 0 62 57 21 545 67 77
Binary 11010100 1101011 1110001 0 110010 101111 10001 101100101 110111 111111

Color Harmonies of #D46B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46B71

Black with #D46B71

Text Example


Text Example

White with #D46B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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