Html Css Color HEX #D5676D Froly

📋 copy color: '#D5676D'

red 213 ◦ green 103 ◦ blue 109

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

Shades of Froly #D5676D

Tints of Froly #D5676D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 50.12%
G = 24.24%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5676D (or 0xD5676D) is known color: Froly. HEX triplet: D5, 67 and 6D. RGB value is (213,103,109). Sum of RGB (Red+Green+Blue) = 213+103+109=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5676D is #2A9892. Grayscale: #888888. Windows color (decimal): -2791571 or 7170005. OLE color: 7170005.

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

Color convert

RGB 213 103 109 -
CMYK 0 0.52 0.49 0.16
HSL 356.73º 0.57% 0.62% -
HSV(B) 356.73º 0.52% 0.84% -
XYZ 35.05 24.95 17.44 -
YUV 136.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 213 103 109 0 0.52 0.49 0.16 356.73 0.57 0.62
Hex D5 67 6D 0 34 31 10 165 39 3E
Octal 325 147 155 0 64 61 20 545 71 76
Binary 11010101 1100111 1101101 0 110100 110001 10000 101100101 111001 111110

Color Harmonies of #D5676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5676D

Black with #D5676D

Text Example


Text Example

White with #D5676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5676D; }

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

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

background-color css

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

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

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

border-color css

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

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

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