Html Css Color HEX #D82450 Amaranth

📋 copy color: '#D82450'

red 216 ◦ green 36 ◦ blue 80

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

Shades of Amaranth #D82450

Tints of Amaranth #D82450

RGB

 RED value IS 216 (84.77% from 255) = 65.06%

 GREEN value IS 36 (14.45% from 255) = 10.84%

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

R = 65.06%
G = 10.84%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D82450 (or 0xD82450) is known color: Amaranth. HEX triplet: D8, 24 and 50. RGB value is (216,36,80). Sum of RGB (Red+Green+Blue) = 216+36+80=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D82450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82450 is #27DBAF. Grayscale: #5E5E5E. Windows color (decimal): -2612144 or 5252312. OLE color: 5252312.

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

Color convert

RGB 216 36 80 -
CMYK 0 0.83 0.63 0.15
HSL 345.33º 0.71% 0.49% -
HSV(B) 345.33º 0.83% 0.85% -
XYZ 30.4 16.44 9.16 -
YUV 94.84 119.63 214.42 -
System Red Green Blue C M Y K H S L
Decimal 216 36 80 0 0.83 0.63 0.15 345.33 0.71 0.49
Hex D8 24 50 0 53 3F F 159 47 31
Octal 330 44 120 0 123 77 17 531 107 61
Binary 11011000 100100 1010000 0 1010011 111111 1111 101011001 1000111 110001

Color Harmonies of #D82450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82450

Black with #D82450

Text Example


Text Example

White with #D82450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82450; }

 p { color: rgb(216,36,80); }

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

background-color css

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

 a { background-color: rgb(216,36,80); }

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

border-color css

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

 span { border-color: rgb(216,36,80); }

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