Html Css Color HEX #D62D4E Amaranth

📋 copy color: '#D62D4E'

red 214 ◦ green 45 ◦ blue 78

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

Shades of Amaranth #D62D4E

Tints of Amaranth #D62D4E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.35%

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 63.5%
G = 13.35%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D62D4E (or 0xD62D4E) is known color: Amaranth. HEX triplet: D6, 2D and 4E. RGB value is (214,45,78). Sum of RGB (Red+Green+Blue) = 214+45+78=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62D4E is #29D2B1. Grayscale: #636363. Windows color (decimal): -2740914 or 5123542. OLE color: 5123542.

HSL color Cylindrical-coordinate representation of color #D62D4E: hue angle of 348.28º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62D4E is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 45 78 -
CMYK 0 0.79 0.64 0.16
HSL 348.28º 0.67% 0.51% -
HSV(B) 348.28º 0.79% 0.84% -
XYZ 30.05 16.72 8.85 -
YUV 99.29 115.99 209.82 -
System Red Green Blue C M Y K H S L
Decimal 214 45 78 0 0.79 0.64 0.16 348.28 0.67 0.51
Hex D6 2D 4E 0 4F 40 10 15C 43 33
Octal 326 55 116 0 117 100 20 534 103 63
Binary 11010110 101101 1001110 0 1001111 1000000 10000 101011100 1000011 110011

Color Harmonies of #D62D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D4E

Black with #D62D4E

Text Example


Text Example

White with #D62D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D4E; }

 p { color: rgb(214,45,78); }

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

background-color css

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

 a { background-color: rgb(214,45,78); }

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

border-color css

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

 span { border-color: rgb(214,45,78); }

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