Html Css Color HEX #D62050 Amaranth

📋 copy color: '#D62050'

red 214 ◦ green 32 ◦ blue 80

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

Shades of Amaranth #D62050

Tints of Amaranth #D62050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 65.64%
G = 9.82%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D62050 (or 0xD62050) is known color: Amaranth. HEX triplet: D6, 20 and 50. RGB value is (214,32,80). Sum of RGB (Red+Green+Blue) = 214+32+80=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D62050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62050 is #29DFAF. Grayscale: #5B5B5B. Windows color (decimal): -2744240 or 5251286. OLE color: 5251286.

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

Color convert

RGB 214 32 80 -
CMYK 0 0.85 0.63 0.16
HSL 344.18º 0.74% 0.48% -
HSV(B) 344.18º 0.85% 0.84% -
XYZ 29.7 15.91 9.09 -
YUV 91.89 121.3 215.1 -
System Red Green Blue C M Y K H S L
Decimal 214 32 80 0 0.85 0.63 0.16 344.18 0.74 0.48
Hex D6 20 50 0 55 3F 10 158 4A 30
Octal 326 40 120 0 125 77 20 530 112 60
Binary 11010110 100000 1010000 0 1010101 111111 10000 101011000 1001010 110000

Color Harmonies of #D62050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62050

Black with #D62050

Text Example


Text Example

White with #D62050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62050; }

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

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

background-color css

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

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

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

border-color css

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

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

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