Html Css Color HEX #D5214E Amaranth

📋 copy color: '#D5214E'

red 213 ◦ green 33 ◦ blue 78

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

Shades of Amaranth #D5214E

Tints of Amaranth #D5214E

RGB

 RED value IS 213 (83.59% from 255) = 65.74%

 GREEN value IS 33 (13.28% from 255) = 10.19%

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

R = 65.74%
G = 10.19%
B = 24.07%

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

#D5214E (or 0xD5214E) is known color: Amaranth. HEX triplet: D5, 21 and 4E. RGB value is (213,33,78). Sum of RGB (Red+Green+Blue) = 213+33+78=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5214E is #2ADEB1. Grayscale: #5B5B5B. Windows color (decimal): -2809522 or 5120469. OLE color: 5120469.

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

Color convert

RGB 213 33 78 -
CMYK 0 0.85 0.63 0.16
HSL 345º 0.73% 0.48% -
HSV(B) 345º 0.85% 0.84% -
XYZ 29.36 15.78 8.71 -
YUV 91.95 120.13 214.34 -
System Red Green Blue C M Y K H S L
Decimal 213 33 78 0 0.85 0.63 0.16 345 0.73 0.48
Hex D5 21 4E 0 55 3F 10 159 49 30
Octal 325 41 116 0 125 77 20 531 111 60
Binary 11010101 100001 1001110 0 1010101 111111 10000 101011001 1001001 110000

Color Harmonies of #D5214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5214E

Black with #D5214E

Text Example


Text Example

White with #D5214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5214E; }

 p { color: rgb(213,33,78); }

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

background-color css

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

 a { background-color: rgb(213,33,78); }

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

border-color css

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

 span { border-color: rgb(213,33,78); }

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