Html Css Color HEX #D56575 Froly

📋 copy color: '#D56575'

red 213 ◦ green 101 ◦ blue 117

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

Shades of Froly #D56575

Tints of Froly #D56575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.43%

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 49.42%
G = 23.43%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D56575 (or 0xD56575) is known color: Froly. HEX triplet: D5, 65 and 75. RGB value is (213,101,117). Sum of RGB (Red+Green+Blue) = 213+101+117=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D56575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56575 is #2A9A8A. Grayscale: #888888. Windows color (decimal): -2792075 or 7693781. OLE color: 7693781.

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

Color convert

RGB 213 101 117 -
CMYK 0 0.53 0.45 0.16
HSL 351.43º 0.57% 0.62% -
HSV(B) 351.43º 0.53% 0.84% -
XYZ 35.31 24.74 19.74 -
YUV 136.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 213 101 117 0 0.53 0.45 0.16 351.43 0.57 0.62
Hex D5 65 75 0 35 2D 10 15F 39 3E
Octal 325 145 165 0 65 55 20 537 71 76
Binary 11010101 1100101 1110101 0 110101 101101 10000 101011111 111001 111110

Color Harmonies of #D56575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56575

Black with #D56575

Text Example


Text Example

White with #D56575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56575; }

 p { color: rgb(213,101,117); }

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

background-color css

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

 a { background-color: rgb(213,101,117); }

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

border-color css

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

 span { border-color: rgb(213,101,117); }

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