Html Css Color HEX #D47A7C Froly

📋 copy color: '#D47A7C'

red 212 ◦ green 122 ◦ blue 124

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

Shades of Froly #D47A7C

Tints of Froly #D47A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.64%

 BLUE value IS 124 (48.83% from 255) = 27.07%

R = 46.29%
G = 26.64%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D47A7C (or 0xD47A7C) is known color: Froly. HEX triplet: D4, 7A and 7C. RGB value is (212,122,124). Sum of RGB (Red+Green+Blue) = 212+122+124=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47A7C is #2B8583. Grayscale: #959595. Windows color (decimal): -2852228 or 8157908. OLE color: 8157908.

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

Color convert

RGB 212 122 124 -
CMYK 0 0.42 0.42 0.17
HSL 358.67º 0.51% 0.65% -
HSV(B) 358.67º 0.42% 0.83% -
XYZ 37.75 29.37 22.75 -
YUV 149.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 212 122 124 0 0.42 0.42 0.17 358.67 0.51 0.65
Hex D4 7A 7C 0 2A 2A 11 167 33 41
Octal 324 172 174 0 52 52 21 547 63 101
Binary 11010100 1111010 1111100 0 101010 101010 10001 101100111 110011 1000001

Color Harmonies of #D47A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A7C

Black with #D47A7C

Text Example


Text Example

White with #D47A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A7C; }

 p { color: rgb(212,122,124); }

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

background-color css

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

 a { background-color: rgb(212,122,124); }

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

border-color css

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

 span { border-color: rgb(212,122,124); }

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