Html Css Color HEX #D5676C Froly

📋 copy color: '#D5676C'

red 213 ◦ green 103 ◦ blue 108

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

Shades of Froly #D5676C

Tints of Froly #D5676C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.47%

R = 50.24%
G = 24.29%
B = 25.47%

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

#D5676C (or 0xD5676C) is known color: Froly. HEX triplet: D5, 67 and 6C. RGB value is (213,103,108). Sum of RGB (Red+Green+Blue) = 213+103+108=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5676C is #2A9893. Grayscale: #888888. Windows color (decimal): -2791572 or 7104469. OLE color: 7104469.

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

Color convert

RGB 213 103 108 -
CMYK 0 0.52 0.49 0.16
HSL 357.27º 0.57% 0.62% -
HSV(B) 357.27º 0.52% 0.84% -
XYZ 35 24.93 17.15 -
YUV 136.46 111.94 182.59 -
System Red Green Blue C M Y K H S L
Decimal 213 103 108 0 0.52 0.49 0.16 357.27 0.57 0.62
Hex D5 67 6C 0 34 31 10 165 39 3E
Octal 325 147 154 0 64 61 20 545 71 76
Binary 11010101 1100111 1101100 0 110100 110001 10000 101100101 111001 111110

Color Harmonies of #D5676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5676C

Black with #D5676C

Text Example


Text Example

White with #D5676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5676C; }

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

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

background-color css

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

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

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

border-color css

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

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

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