Html Css Color HEX #D62354 Amaranth

📋 copy color: '#D62354'

red 214 ◦ green 35 ◦ blue 84

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

Shades of Amaranth #D62354

Tints of Amaranth #D62354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.51%

 BLUE value IS 84 (33.2% from 255) = 25.23%

R = 64.26%
G = 10.51%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D62354 (or 0xD62354) is known color: Amaranth. HEX triplet: D6, 23 and 54. RGB value is (214,35,84). Sum of RGB (Red+Green+Blue) = 214+35+84=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D62354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62354 is #29DCAB. Grayscale: #5E5E5E. Windows color (decimal): -2743468 or 5514198. OLE color: 5514198.

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

Color convert

RGB 214 35 84 -
CMYK 0 0.84 0.61 0.16
HSL 343.58º 0.72% 0.49% -
HSV(B) 343.58º 0.84% 0.84% -
XYZ 29.93 16.14 9.92 -
YUV 94.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 214 35 84 0 0.84 0.61 0.16 343.58 0.72 0.49
Hex D6 23 54 0 54 3D 10 158 48 31
Octal 326 43 124 0 124 75 20 530 110 61
Binary 11010110 100011 1010100 0 1010100 111101 10000 101011000 1001000 110001

Color Harmonies of #D62354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62354

Black with #D62354

Text Example


Text Example

White with #D62354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62354; }

 p { color: rgb(214,35,84); }

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

background-color css

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

 a { background-color: rgb(214,35,84); }

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

border-color css

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

 span { border-color: rgb(214,35,84); }

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