Html Css Color HEX #D5676F Froly

📋 copy color: '#D5676F'

red 213 ◦ green 103 ◦ blue 111

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

Shades of Froly #D5676F

Tints of Froly #D5676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.12%

 BLUE value IS 111 (43.75% from 255) = 26%

R = 49.88%
G = 24.12%
B = 26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5676F (or 0xD5676F) is known color: Froly. HEX triplet: D5, 67 and 6F. RGB value is (213,103,111). Sum of RGB (Red+Green+Blue) = 213+103+111=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5676F is #2A9890. Grayscale: #888888. Windows color (decimal): -2791569 or 7301077. OLE color: 7301077.

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

Color convert

RGB 213 103 111 -
CMYK 0 0.52 0.48 0.16
HSL 355.64º 0.57% 0.62% -
HSV(B) 355.64º 0.52% 0.84% -
XYZ 35.16 24.99 18.01 -
YUV 136.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 213 103 111 0 0.52 0.48 0.16 355.64 0.57 0.62
Hex D5 67 6F 0 34 30 10 164 39 3E
Octal 325 147 157 0 64 60 20 544 71 76
Binary 11010101 1100111 1101111 0 110100 110000 10000 101100100 111001 111110

Color Harmonies of #D5676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5676F

Black with #D5676F

Text Example


Text Example

White with #D5676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5676F; }

 p { color: rgb(213,103,111); }

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

background-color css

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

 a { background-color: rgb(213,103,111); }

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

border-color css

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

 span { border-color: rgb(213,103,111); }

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