Html Css Color HEX #D82250 Amaranth

📋 copy color: '#D82250'

red 216 ◦ green 34 ◦ blue 80

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

Shades of Amaranth #D82250

Tints of Amaranth #D82250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.3%

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

R = 65.45%
G = 10.3%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D82250 (or 0xD82250) is known color: Amaranth. HEX triplet: D8, 22 and 50. RGB value is (216,34,80). Sum of RGB (Red+Green+Blue) = 216+34+80=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D82250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82250 is #27DDAF. Grayscale: #5D5D5D. Windows color (decimal): -2612656 or 5251800. OLE color: 5251800.

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

Color convert

RGB 216 34 80 -
CMYK 0 0.84 0.63 0.15
HSL 344.84º 0.73% 0.49% -
HSV(B) 344.84º 0.84% 0.85% -
XYZ 30.34 16.32 9.14 -
YUV 93.66 120.3 215.26 -
System Red Green Blue C M Y K H S L
Decimal 216 34 80 0 0.84 0.63 0.15 344.84 0.73 0.49
Hex D8 22 50 0 54 3F F 159 49 31
Octal 330 42 120 0 124 77 17 531 111 61
Binary 11011000 100010 1010000 0 1010100 111111 1111 101011001 1001001 110001

Color Harmonies of #D82250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82250

Black with #D82250

Text Example


Text Example

White with #D82250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82250; }

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

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

background-color css

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

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

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

border-color css

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

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

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