Html Css Color HEX #D46771 Froly

📋 copy color: '#D46771'

red 212 ◦ green 103 ◦ blue 113

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

Shades of Froly #D46771

Tints of Froly #D46771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.07%

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

R = 49.53%
G = 24.07%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D46771 (or 0xD46771) is known color: Froly. HEX triplet: D4, 67 and 71. RGB value is (212,103,113). Sum of RGB (Red+Green+Blue) = 212+103+113=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D46771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46771 is #2B988E. Grayscale: #888888. Windows color (decimal): -2857103 or 7432148. OLE color: 7432148.

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

Color convert

RGB 212 103 113 -
CMYK 0 0.51 0.47 0.17
HSL 354.5º 0.56% 0.62% -
HSV(B) 354.5º 0.51% 0.83% -
XYZ 34.98 24.89 18.58 -
YUV 136.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 212 103 113 0 0.51 0.47 0.17 354.5 0.56 0.62
Hex D4 67 71 0 33 2F 11 162 38 3E
Octal 324 147 161 0 63 57 21 542 70 76
Binary 11010100 1100111 1110001 0 110011 101111 10001 101100010 111000 111110

Color Harmonies of #D46771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46771

Black with #D46771

Text Example


Text Example

White with #D46771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46771; }

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

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

background-color css

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

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

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

border-color css

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

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

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