Html Css Color HEX #D47275 Froly

📋 copy color: '#D47275'

red 212 ◦ green 114 ◦ blue 117

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

Shades of Froly #D47275

Tints of Froly #D47275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.41%

R = 47.86%
G = 25.73%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D47275 (or 0xD47275) is known color: Froly. HEX triplet: D4, 72 and 75. RGB value is (212,114,117). Sum of RGB (Red+Green+Blue) = 212+114+117=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D47275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47275 is #2B8D8A. Grayscale: #8F8F8F. Windows color (decimal): -2854283 or 7697108. OLE color: 7697108.

HSL color Cylindrical-coordinate representation of color #D47275: hue angle of 358.16º 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 #D47275 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 114 117 -
CMYK 0 0.46 0.45 0.17
HSL 358.16º 0.53% 0.64% -
HSV(B) 358.16º 0.46% 0.83% -
XYZ 36.38 27.32 20.18 -
YUV 143.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 212 114 117 0 0.46 0.45 0.17 358.16 0.53 0.64
Hex D4 72 75 0 2E 2D 11 166 35 40
Octal 324 162 165 0 56 55 21 546 65 100
Binary 11010100 1110010 1110101 0 101110 101101 10001 101100110 110101 1000000

Color Harmonies of #D47275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47275

Black with #D47275

Text Example


Text Example

White with #D47275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47275; }

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

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

background-color css

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

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

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

border-color css

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

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

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