Html Css Color HEX #D56778 Froly

📋 copy color: '#D56778'

red 213 ◦ green 103 ◦ blue 120

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

Shades of Froly #D56778

Tints of Froly #D56778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.52%

R = 48.85%
G = 23.62%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D56778 (or 0xD56778) is known color: Froly. HEX triplet: D5, 67 and 78. RGB value is (213,103,120). Sum of RGB (Red+Green+Blue) = 213+103+120=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D56778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56778 is #2A9887. Grayscale: #898989. Windows color (decimal): -2791560 or 7890901. OLE color: 7890901.

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

Color convert

RGB 213 103 120 -
CMYK 0 0.52 0.44 0.16
HSL 350.73º 0.57% 0.62% -
HSV(B) 350.73º 0.52% 0.84% -
XYZ 35.68 25.2 20.75 -
YUV 137.83 117.94 181.62 -
System Red Green Blue C M Y K H S L
Decimal 213 103 120 0 0.52 0.44 0.16 350.73 0.57 0.62
Hex D5 67 78 0 34 2C 10 15F 39 3E
Octal 325 147 170 0 64 54 20 537 71 76
Binary 11010101 1100111 1111000 0 110100 101100 10000 101011111 111001 111110

Color Harmonies of #D56778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56778

Black with #D56778

Text Example


Text Example

White with #D56778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56778; }

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

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

background-color css

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

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

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

border-color css

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

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

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