Html Css Color HEX #D56C79 Froly

📋 copy color: '#D56C79'

red 213 ◦ green 108 ◦ blue 121

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

Shades of Froly #D56C79

Tints of Froly #D56C79

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.43%

 BLUE value IS 121 (47.66% from 255) = 27.38%

R = 48.19%
G = 24.43%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D56C79 (or 0xD56C79) is known color: Froly. HEX triplet: D5, 6C and 79. RGB value is (213,108,121). Sum of RGB (Red+Green+Blue) = 213+108+121=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56C79 is #2A9386. Grayscale: #8C8C8C. Windows color (decimal): -2790279 or 7957717. OLE color: 7957717.

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

Color convert

RGB 213 108 121 -
CMYK 0 0.49 0.43 0.16
HSL 352.57º 0.56% 0.63% -
HSV(B) 352.57º 0.49% 0.84% -
XYZ 36.25 26.25 21.25 -
YUV 140.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 213 108 121 0 0.49 0.43 0.16 352.57 0.56 0.63
Hex D5 6C 79 0 31 2B 10 161 38 3F
Octal 325 154 171 0 61 53 20 541 70 77
Binary 11010101 1101100 1111001 0 110001 101011 10000 101100001 111000 111111

Color Harmonies of #D56C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C79

Black with #D56C79

Text Example


Text Example

White with #D56C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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