Html Css Color HEX #D86272 Froly

📋 copy color: '#D86272'

red 216 ◦ green 98 ◦ blue 114

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

Shades of Froly #D86272

Tints of Froly #D86272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.9%

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

R = 50.47%
G = 22.9%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D86272 (or 0xD86272) is known color: Froly. HEX triplet: D8, 62 and 72. RGB value is (216,98,114). Sum of RGB (Red+Green+Blue) = 216+98+114=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D86272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86272 is #279D8D. Grayscale: #878787. Windows color (decimal): -2596238 or 7496408. OLE color: 7496408.

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

Color convert

RGB 216 98 114 -
CMYK 0 0.55 0.47 0.15
HSL 351.86º 0.6% 0.62% -
HSV(B) 351.86º 0.55% 0.85% -
XYZ 35.72 24.55 18.78 -
YUV 135.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 216 98 114 0 0.55 0.47 0.15 351.86 0.6 0.62
Hex D8 62 72 0 37 2F F 160 3C 3E
Octal 330 142 162 0 67 57 17 540 74 76
Binary 11011000 1100010 1110010 0 110111 101111 1111 101100000 111100 111110

Color Harmonies of #D86272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86272

Black with #D86272

Text Example


Text Example

White with #D86272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86272; }

 p { color: rgb(216,98,114); }

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

background-color css

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

 a { background-color: rgb(216,98,114); }

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

border-color css

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

 span { border-color: rgb(216,98,114); }

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