Html Css Color HEX #D8687B Froly

📋 copy color: '#D8687B'

red 216 ◦ green 104 ◦ blue 123

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

Shades of Froly #D8687B

Tints of Froly #D8687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.77%

R = 48.76%
G = 23.48%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8687B (or 0xD8687B) is known color: Froly. HEX triplet: D8, 68 and 7B. RGB value is (216,104,123). Sum of RGB (Red+Green+Blue) = 216+104+123=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8687B is #279784. Grayscale: #8B8B8B. Windows color (decimal): -2594693 or 8087768. OLE color: 8087768.

HSL color Cylindrical-coordinate representation of color #D8687B: hue angle of 349.82º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8687B is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 104 123 -
CMYK 0 0.52 0.43 0.15
HSL 349.82º 0.59% 0.63% -
HSV(B) 349.82º 0.52% 0.85% -
XYZ 36.84 25.93 21.8 -
YUV 139.65 118.61 182.46 -
System Red Green Blue C M Y K H S L
Decimal 216 104 123 0 0.52 0.43 0.15 349.82 0.59 0.63
Hex D8 68 7B 0 34 2B F 15E 3B 3F
Octal 330 150 173 0 64 53 17 536 73 77
Binary 11011000 1101000 1111011 0 110100 101011 1111 101011110 111011 111111

Color Harmonies of #D8687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8687B

Black with #D8687B

Text Example


Text Example

White with #D8687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8687B; }

 p { color: rgb(216,104,123); }

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

background-color css

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

 a { background-color: rgb(216,104,123); }

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

border-color css

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

 span { border-color: rgb(216,104,123); }

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