Html Css Color HEX #D37478 Froly

📋 copy color: '#D37478'

red 211 ◦ green 116 ◦ blue 120

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

Shades of Froly #D37478

Tints of Froly #D37478

RGB

 RED value IS 211 (82.81% from 255) = 47.2%

 GREEN value IS 116 (45.7% from 255) = 25.95%

 BLUE value IS 120 (47.27% from 255) = 26.85%

R = 47.2%
G = 25.95%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D37478 (or 0xD37478) is known color: Froly. HEX triplet: D3, 74 and 78. RGB value is (211,116,120). Sum of RGB (Red+Green+Blue) = 211+116+120=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D37478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37478 is #2C8B87. Grayscale: #909090. Windows color (decimal): -2919304 or 7894227. OLE color: 7894227.

HSL color Cylindrical-coordinate representation of color #D37478: hue angle of 357.47º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37478 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 116 120 -
CMYK 0 0.45 0.43 0.17
HSL 357.47º 0.52% 0.64% -
HSV(B) 357.47º 0.45% 0.83% -
XYZ 36.5 27.7 21.19 -
YUV 144.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 211 116 120 0 0.45 0.43 0.17 357.47 0.52 0.64
Hex D3 74 78 0 2D 2B 11 165 34 40
Octal 323 164 170 0 55 53 21 545 64 100
Binary 11010011 1110100 1111000 0 101101 101011 10001 101100101 110100 1000000

Color Harmonies of #D37478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37478

Black with #D37478

Text Example


Text Example

White with #D37478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37478; }

 p { color: rgb(211,116,120); }

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

background-color css

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

 a { background-color: rgb(211,116,120); }

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

border-color css

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

 span { border-color: rgb(211,116,120); }

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