Html Css Color HEX #D36871 Froly

📋 copy color: '#D36871'

red 211 ◦ green 104 ◦ blue 113

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

Shades of Froly #D36871

Tints of Froly #D36871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.3%

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

R = 49.3%
G = 24.3%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D36871 (or 0xD36871) is known color: Froly. HEX triplet: D3, 68 and 71. RGB value is (211,104,113). Sum of RGB (Red+Green+Blue) = 211+104+113=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D36871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36871 is #2C978E. Grayscale: #898989. Windows color (decimal): -2922383 or 7432403. OLE color: 7432403.

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

Color convert

RGB 211 104 113 -
CMYK 0 0.51 0.46 0.17
HSL 354.95º 0.55% 0.62% -
HSV(B) 354.95º 0.51% 0.83% -
XYZ 34.79 24.94 18.6 -
YUV 137.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 211 104 113 0 0.51 0.46 0.17 354.95 0.55 0.62
Hex D3 68 71 0 33 2E 11 163 37 3E
Octal 323 150 161 0 63 56 21 543 67 76
Binary 11010011 1101000 1110001 0 110011 101110 10001 101100011 110111 111110

Color Harmonies of #D36871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36871

Black with #D36871

Text Example


Text Example

White with #D36871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36871; }

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

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

background-color css

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

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

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

border-color css

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

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

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