Html Css Color HEX #D56376 Froly

📋 copy color: '#D56376'

red 213 ◦ green 99 ◦ blue 118

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

Shades of Froly #D56376

Tints of Froly #D56376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.02%

 BLUE value IS 118 (46.48% from 255) = 27.44%

R = 49.53%
G = 23.02%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D56376 (or 0xD56376) is known color: Froly. HEX triplet: D5, 63 and 76. RGB value is (213,99,118). Sum of RGB (Red+Green+Blue) = 213+99+118=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D56376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56376 is #2A9C89. Grayscale: #878787. Windows color (decimal): -2792586 or 7758805. OLE color: 7758805.

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

Color convert

RGB 213 99 118 -
CMYK 0 0.54 0.45 0.16
HSL 350º 0.58% 0.61% -
HSV(B) 350º 0.54% 0.84% -
XYZ 35.17 24.38 19.99 -
YUV 135.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 213 99 118 0 0.54 0.45 0.16 350 0.58 0.61
Hex D5 63 76 0 36 2D 10 15E 3A 3D
Octal 325 143 166 0 66 55 20 536 72 75
Binary 11010101 1100011 1110110 0 110110 101101 10000 101011110 111010 111101

Color Harmonies of #D56376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56376

Black with #D56376

Text Example


Text Example

White with #D56376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56376; }

 p { color: rgb(213,99,118); }

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

background-color css

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

 a { background-color: rgb(213,99,118); }

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

border-color css

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

 span { border-color: rgb(213,99,118); }

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