Html Css Color HEX #D47A7B Froly

📋 copy color: '#D47A7B'

red 212 ◦ green 122 ◦ blue 123

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

Shades of Froly #D47A7B

Tints of Froly #D47A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.91%

R = 46.39%
G = 26.7%
B = 26.91%

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

#D47A7B (or 0xD47A7B) is known color: Froly. HEX triplet: D4, 7A and 7B. RGB value is (212,122,123). Sum of RGB (Red+Green+Blue) = 212+122+123=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47A7B is #2B8584. Grayscale: #959595. Windows color (decimal): -2852229 or 8092372. OLE color: 8092372.

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

Color convert

RGB 212 122 123 -
CMYK 0 0.42 0.42 0.17
HSL 359.33º 0.51% 0.65% -
HSV(B) 359.33º 0.42% 0.83% -
XYZ 37.69 29.35 22.42 -
YUV 149.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 212 122 123 0 0.42 0.42 0.17 359.33 0.51 0.65
Hex D4 7A 7B 0 2A 2A 11 167 33 41
Octal 324 172 173 0 52 52 21 547 63 101
Binary 11010100 1111010 1111011 0 101010 101010 10001 101100111 110011 1000001

Color Harmonies of #D47A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A7B

Black with #D47A7B

Text Example


Text Example

White with #D47A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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