Html Css Color HEX #D46871 Froly

📋 copy color: '#D46871'

red 212 ◦ green 104 ◦ blue 113

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

Shades of Froly #D46871

Tints of Froly #D46871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.24%

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

R = 49.42%
G = 24.24%
B = 26.34%

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

#D46871 (or 0xD46871) is known color: Froly. HEX triplet: D4, 68 and 71. RGB value is (212,104,113). Sum of RGB (Red+Green+Blue) = 212+104+113=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D46871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46871 is #2B978E. Grayscale: #898989. Windows color (decimal): -2856847 or 7432404. OLE color: 7432404.

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

Color convert

RGB 212 104 113 -
CMYK 0 0.51 0.47 0.17
HSL 355º 0.56% 0.62% -
HSV(B) 355º 0.51% 0.83% -
XYZ 35.08 25.09 18.62 -
YUV 137.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 212 104 113 0 0.51 0.47 0.17 355 0.56 0.62
Hex D4 68 71 0 33 2F 11 163 38 3E
Octal 324 150 161 0 63 57 21 543 70 76
Binary 11010100 1101000 1110001 0 110011 101111 10001 101100011 111000 111110

Color Harmonies of #D46871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46871

Black with #D46871

Text Example


Text Example

White with #D46871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46871; }

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

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

background-color css

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

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

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

border-color css

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

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

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