Html Css Color HEX #D5214C Amaranth

📋 copy color: '#D5214C'

red 213 ◦ green 33 ◦ blue 76

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

Shades of Amaranth #D5214C

Tints of Amaranth #D5214C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.6%

R = 66.15%
G = 10.25%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5214C (or 0xD5214C) is known color: Amaranth. HEX triplet: D5, 21 and 4C. RGB value is (213,33,76). Sum of RGB (Red+Green+Blue) = 213+33+76=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5214C is #2ADEB3. Grayscale: #5B5B5B. Windows color (decimal): -2809524 or 4989397. OLE color: 4989397.

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

Color convert

RGB 213 33 76 -
CMYK 0 0.85 0.64 0.16
HSL 345.67º 0.73% 0.48% -
HSV(B) 345.67º 0.85% 0.84% -
XYZ 29.29 15.76 8.33 -
YUV 91.72 119.13 214.5 -
System Red Green Blue C M Y K H S L
Decimal 213 33 76 0 0.85 0.64 0.16 345.67 0.73 0.48
Hex D5 21 4C 0 55 40 10 15A 49 30
Octal 325 41 114 0 125 100 20 532 111 60
Binary 11010101 100001 1001100 0 1010101 1000000 10000 101011010 1001001 110000

Color Harmonies of #D5214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5214C

Black with #D5214C

Text Example


Text Example

White with #D5214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5214C; }

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

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

background-color css

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

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

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

border-color css

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

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

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