Html Css Color HEX #D36471 Froly

📋 copy color: '#D36471'

red 211 ◦ green 100 ◦ blue 113

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

Shades of Froly #D36471

Tints of Froly #D36471

RGB

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

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

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

R = 49.76%
G = 23.58%
B = 26.65%

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

#D36471 (or 0xD36471) is known color: Froly. HEX triplet: D3, 64 and 71. RGB value is (211,100,113). Sum of RGB (Red+Green+Blue) = 211+100+113=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D36471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36471 is #2C9B8E. Grayscale: #868686. Windows color (decimal): -2923407 or 7431379. OLE color: 7431379.

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

Color convert

RGB 211 100 113 -
CMYK 0 0.53 0.46 0.17
HSL 352.97º 0.56% 0.61% -
HSV(B) 352.97º 0.53% 0.83% -
XYZ 34.4 24.16 18.47 -
YUV 134.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 211 100 113 0 0.53 0.46 0.17 352.97 0.56 0.61
Hex D3 64 71 0 35 2E 11 161 38 3D
Octal 323 144 161 0 65 56 21 541 70 75
Binary 11010011 1100100 1110001 0 110101 101110 10001 101100001 111000 111101

Color Harmonies of #D36471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36471

Black with #D36471

Text Example


Text Example

White with #D36471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36471; }

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

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

background-color css

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

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

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

border-color css

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

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

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