Html Css Color HEX #D46471 Froly

📋 copy color: '#D46471'

red 212 ◦ green 100 ◦ blue 113

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

Shades of Froly #D46471

Tints of Froly #D46471

RGB

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

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

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

R = 49.88%
G = 23.53%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D46471 (or 0xD46471) is known color: Froly. HEX triplet: D4, 64 and 71. RGB value is (212,100,113). Sum of RGB (Red+Green+Blue) = 212+100+113=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D46471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46471 is #2B9B8E. Grayscale: #878787. Windows color (decimal): -2857871 or 7431380. OLE color: 7431380.

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

Color convert

RGB 212 100 113 -
CMYK 0 0.53 0.47 0.17
HSL 353.04º 0.57% 0.61% -
HSV(B) 353.04º 0.53% 0.83% -
XYZ 34.69 24.3 18.49 -
YUV 134.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 212 100 113 0 0.53 0.47 0.17 353.04 0.57 0.61
Hex D4 64 71 0 35 2F 11 161 39 3D
Octal 324 144 161 0 65 57 21 541 71 75
Binary 11010100 1100100 1110001 0 110101 101111 10001 101100001 111001 111101

Color Harmonies of #D46471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46471

Black with #D46471

Text Example


Text Example

White with #D46471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46471; }

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

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

background-color css

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

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

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

border-color css

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

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

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