Html Css Color HEX #D62550 Amaranth

📋 copy color: '#D62550'

red 214 ◦ green 37 ◦ blue 80

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

Shades of Amaranth #D62550

Tints of Amaranth #D62550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

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

R = 64.65%
G = 11.18%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D62550 (or 0xD62550) is known color: Amaranth. HEX triplet: D6, 25 and 50. RGB value is (214,37,80). Sum of RGB (Red+Green+Blue) = 214+37+80=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D62550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62550 is #29DAAF. Grayscale: #5E5E5E. Windows color (decimal): -2742960 or 5252566. OLE color: 5252566.

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

Color convert

RGB 214 37 80 -
CMYK 0 0.83 0.63 0.16
HSL 345.42º 0.71% 0.49% -
HSV(B) 345.42º 0.83% 0.84% -
XYZ 29.84 16.2 9.14 -
YUV 94.83 119.64 213 -
System Red Green Blue C M Y K H S L
Decimal 214 37 80 0 0.83 0.63 0.16 345.42 0.71 0.49
Hex D6 25 50 0 53 3F 10 159 47 31
Octal 326 45 120 0 123 77 20 531 107 61
Binary 11010110 100101 1010000 0 1010011 111111 10000 101011001 1000111 110001

Color Harmonies of #D62550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62550

Black with #D62550

Text Example


Text Example

White with #D62550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62550; }

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

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

background-color css

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

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

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

border-color css

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

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

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