Html Css Color HEX #D47273 Froly

📋 copy color: '#D47273'

red 212 ◦ green 114 ◦ blue 115

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

Shades of Froly #D47273

Tints of Froly #D47273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.85%

 BLUE value IS 115 (45.31% from 255) = 26.08%

R = 48.07%
G = 25.85%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D47273 (or 0xD47273) is known color: Froly. HEX triplet: D4, 72 and 73. RGB value is (212,114,115). Sum of RGB (Red+Green+Blue) = 212+114+115=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D47273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47273 is #2B8D8C. Grayscale: #8F8F8F. Windows color (decimal): -2854285 or 7566036. OLE color: 7566036.

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

Color convert

RGB 212 114 115 -
CMYK 0 0.46 0.46 0.17
HSL 359.39º 0.53% 0.64% -
HSV(B) 359.39º 0.46% 0.83% -
XYZ 36.26 27.27 19.57 -
YUV 143.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 212 114 115 0 0.46 0.46 0.17 359.39 0.53 0.64
Hex D4 72 73 0 2E 2E 11 167 35 40
Octal 324 162 163 0 56 56 21 547 65 100
Binary 11010100 1110010 1110011 0 101110 101110 10001 101100111 110101 1000000

Color Harmonies of #D47273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47273

Black with #D47273

Text Example


Text Example

White with #D47273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47273; }

 p { color: rgb(212,114,115); }

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

background-color css

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

 a { background-color: rgb(212,114,115); }

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

border-color css

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

 span { border-color: rgb(212,114,115); }

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