Html Css Color HEX #D86370 Froly

📋 copy color: '#D86370'

red 216 ◦ green 99 ◦ blue 112

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

Shades of Froly #D86370

Tints of Froly #D86370

RGB

 RED value IS 216 (84.77% from 255) = 50.59%

 GREEN value IS 99 (39.06% from 255) = 23.19%

 BLUE value IS 112 (44.14% from 255) = 26.23%

R = 50.59%
G = 23.19%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D86370 (or 0xD86370) is known color: Froly. HEX triplet: D8, 63 and 70. RGB value is (216,99,112). Sum of RGB (Red+Green+Blue) = 216+99+112=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D86370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86370 is #279C8F. Grayscale: #878787. Windows color (decimal): -2595984 or 7365592. OLE color: 7365592.

HSL color Cylindrical-coordinate representation of color #D86370: hue angle of 353.33º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D86370 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 99 112 -
CMYK 0 0.54 0.48 0.15
HSL 353.33º 0.6% 0.62% -
HSV(B) 353.33º 0.54% 0.85% -
XYZ 35.71 24.69 18.21 -
YUV 135.47 114.76 185.44 -
System Red Green Blue C M Y K H S L
Decimal 216 99 112 0 0.54 0.48 0.15 353.33 0.6 0.62
Hex D8 63 70 0 36 30 F 161 3C 3E
Octal 330 143 160 0 66 60 17 541 74 76
Binary 11011000 1100011 1110000 0 110110 110000 1111 101100001 111100 111110

Color Harmonies of #D86370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86370

Black with #D86370

Text Example


Text Example

White with #D86370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86370; }

 p { color: rgb(216,99,112); }

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

background-color css

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

 a { background-color: rgb(216,99,112); }

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

border-color css

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

 span { border-color: rgb(216,99,112); }

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