Html Css Color HEX #D62056 Amaranth

📋 copy color: '#D62056'

red 214 ◦ green 32 ◦ blue 86

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

Shades of Amaranth #D62056

Tints of Amaranth #D62056

RGB

 RED value IS 214 (83.98% from 255) = 64.46%

 GREEN value IS 32 (12.89% from 255) = 9.64%

 BLUE value IS 86 (33.98% from 255) = 25.9%

R = 64.46%
G = 9.64%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D62056 (or 0xD62056) is known color: Amaranth. HEX triplet: D6, 20 and 56. RGB value is (214,32,86). Sum of RGB (Red+Green+Blue) = 214+32+86=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D62056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62056 is #29DFA9. Grayscale: #5C5C5C. Windows color (decimal): -2744234 or 5644502. OLE color: 5644502.

HSL color Cylindrical-coordinate representation of color #D62056: hue angle of 342.2º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62056 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 86 -
CMYK 0 0.85 0.60 0.16
HSL 342.2º 0.74% 0.48% -
HSV(B) 342.2º 0.85% 0.84% -
XYZ 29.93 16 10.32 -
YUV 92.57 124.3 214.61 -
System Red Green Blue C M Y K H S L
Decimal 214 32 86 0 0.85 0.60 0.16 342.2 0.74 0.48
Hex D6 20 56 0 55 3C 10 156 4A 30
Octal 326 40 126 0 125 74 20 526 112 60
Binary 11010110 100000 1010110 0 1010101 111100 10000 101010110 1001010 110000

Color Harmonies of #D62056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62056

Black with #D62056

Text Example


Text Example

White with #D62056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62056; }

 p { color: rgb(214,32,86); }

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

background-color css

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

 a { background-color: rgb(214,32,86); }

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

border-color css

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

 span { border-color: rgb(214,32,86); }

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