Html Css Color HEX #D5284D Amaranth

📋 copy color: '#D5284D'

red 213 ◦ green 40 ◦ blue 77

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

Shades of Amaranth #D5284D

Tints of Amaranth #D5284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.12%

 BLUE value IS 77 (30.47% from 255) = 23.33%

R = 64.55%
G = 12.12%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5284D (or 0xD5284D) is known color: Amaranth. HEX triplet: D5, 28 and 4D. RGB value is (213,40,77). Sum of RGB (Red+Green+Blue) = 213+40+77=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5284D is #2AD7B2. Grayscale: #5F5F5F. Windows color (decimal): -2807731 or 5056725. OLE color: 5056725.

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

Color convert

RGB 213 40 77 -
CMYK 0 0.81 0.64 0.16
HSL 347.17º 0.68% 0.5% -
HSV(B) 347.17º 0.81% 0.84% -
XYZ 29.54 16.2 8.59 -
YUV 95.95 117.31 211.49 -
System Red Green Blue C M Y K H S L
Decimal 213 40 77 0 0.81 0.64 0.16 347.17 0.68 0.5
Hex D5 28 4D 0 51 40 10 15B 44 32
Octal 325 50 115 0 121 100 20 533 104 62
Binary 11010101 101000 1001101 0 1010001 1000000 10000 101011011 1000100 110010

Color Harmonies of #D5284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5284D

Black with #D5284D

Text Example


Text Example

White with #D5284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5284D; }

 p { color: rgb(213,40,77); }

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

background-color css

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

 a { background-color: rgb(213,40,77); }

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

border-color css

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

 span { border-color: rgb(213,40,77); }

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