Html Css Color HEX #D5686A Froly

📋 copy color: '#D5686A'

red 213 ◦ green 104 ◦ blue 106

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

Shades of Froly #D5686A

Tints of Froly #D5686A

RGB

 RED value IS 213 (83.59% from 255) = 50.35%

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

 BLUE value IS 106 (41.8% from 255) = 25.06%

R = 50.35%
G = 24.59%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5686A (or 0xD5686A) is known color: Froly. HEX triplet: D5, 68 and 6A. RGB value is (213,104,106). Sum of RGB (Red+Green+Blue) = 213+104+106=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5686A is #2A9795. Grayscale: #888888. Windows color (decimal): -2791318 or 6973653. OLE color: 6973653.

HSL color Cylindrical-coordinate representation of color #D5686A: hue angle of 358.9º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5686A is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 104 106 -
CMYK 0 0.51 0.50 0.16
HSL 358.9º 0.56% 0.62% -
HSV(B) 358.9º 0.51% 0.84% -
XYZ 34.99 25.09 16.63 -
YUV 136.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 213 104 106 0 0.51 0.50 0.16 358.9 0.56 0.62
Hex D5 68 6A 0 33 32 10 167 38 3E
Octal 325 150 152 0 63 62 20 547 70 76
Binary 11010101 1101000 1101010 0 110011 110010 10000 101100111 111000 111110

Color Harmonies of #D5686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5686A

Black with #D5686A

Text Example


Text Example

White with #D5686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5686A; }

 p { color: rgb(213,104,106); }

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

background-color css

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

 a { background-color: rgb(213,104,106); }

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

border-color css

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

 span { border-color: rgb(213,104,106); }

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