Html Css Color HEX #D5687B Froly

📋 copy color: '#D5687B'

red 213 ◦ green 104 ◦ blue 123

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

Shades of Froly #D5687B

Tints of Froly #D5687B

RGB

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

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

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

R = 48.41%
G = 23.64%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5687B (or 0xD5687B) is known color: Froly. HEX triplet: D5, 68 and 7B. RGB value is (213,104,123). Sum of RGB (Red+Green+Blue) = 213+104+123=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5687B is #2A9784. Grayscale: #8A8A8A. Windows color (decimal): -2791301 or 8087765. OLE color: 8087765.

HSL color Cylindrical-coordinate representation of color #D5687B: hue angle of 349.54º 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 #D5687B is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 104 123 -
CMYK 0 0.51 0.42 0.16
HSL 349.54º 0.56% 0.62% -
HSV(B) 349.54º 0.51% 0.84% -
XYZ 35.97 25.48 21.76 -
YUV 138.76 119.11 180.96 -
System Red Green Blue C M Y K H S L
Decimal 213 104 123 0 0.51 0.42 0.16 349.54 0.56 0.62
Hex D5 68 7B 0 33 2A 10 15E 38 3E
Octal 325 150 173 0 63 52 20 536 70 76
Binary 11010101 1101000 1111011 0 110011 101010 10000 101011110 111000 111110

Color Harmonies of #D5687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5687B

Black with #D5687B

Text Example


Text Example

White with #D5687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5687B; }

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

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

background-color css

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

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

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

border-color css

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

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

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