Html Css Color HEX #D56569 Froly

📋 copy color: '#D56569'

red 213 ◦ green 101 ◦ blue 105

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

Shades of Froly #D56569

Tints of Froly #D56569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.06%

R = 50.84%
G = 24.11%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D56569 (or 0xD56569) is known color: Froly. HEX triplet: D5, 65 and 69. RGB value is (213,101,105). Sum of RGB (Red+Green+Blue) = 213+101+105=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D56569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56569 is #2A9A96. Grayscale: #878787. Windows color (decimal): -2792087 or 6907349. OLE color: 6907349.

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

Color convert

RGB 213 101 105 -
CMYK 0 0.53 0.51 0.16
HSL 357.86º 0.57% 0.62% -
HSV(B) 357.86º 0.53% 0.84% -
XYZ 34.64 24.47 16.26 -
YUV 134.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 213 101 105 0 0.53 0.51 0.16 357.86 0.57 0.62
Hex D5 65 69 0 35 33 10 166 39 3E
Octal 325 145 151 0 65 63 20 546 71 76
Binary 11010101 1100101 1101001 0 110101 110011 10000 101100110 111001 111110

Color Harmonies of #D56569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56569

Black with #D56569

Text Example


Text Example

White with #D56569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56569; }

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

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

background-color css

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

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

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

border-color css

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

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

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