Html Css Color HEX #D36472 Froly

📋 copy color: '#D36472'

red 211 ◦ green 100 ◦ blue 114

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

Shades of Froly #D36472

Tints of Froly #D36472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.53%

 BLUE value IS 114 (44.92% from 255) = 26.82%

R = 49.65%
G = 23.53%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D36472 (or 0xD36472) is known color: Froly. HEX triplet: D3, 64 and 72. RGB value is (211,100,114). Sum of RGB (Red+Green+Blue) = 211+100+114=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D36472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36472 is #2C9B8D. Grayscale: #868686. Windows color (decimal): -2923406 or 7496915. OLE color: 7496915.

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

Color convert

RGB 211 100 114 -
CMYK 0 0.53 0.46 0.17
HSL 352.43º 0.56% 0.61% -
HSV(B) 352.43º 0.53% 0.83% -
XYZ 34.46 24.18 18.77 -
YUV 134.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 211 100 114 0 0.53 0.46 0.17 352.43 0.56 0.61
Hex D3 64 72 0 35 2E 11 160 38 3D
Octal 323 144 162 0 65 56 21 540 70 75
Binary 11010011 1100100 1110010 0 110101 101110 10001 101100000 111000 111101

Color Harmonies of #D36472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36472

Black with #D36472

Text Example


Text Example

White with #D36472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36472; }

 p { color: rgb(211,100,114); }

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

background-color css

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

 a { background-color: rgb(211,100,114); }

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

border-color css

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

 span { border-color: rgb(211,100,114); }

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