Html Css Color HEX #D82150 Amaranth

📋 copy color: '#D82150'

red 216 ◦ green 33 ◦ blue 80

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

Shades of Amaranth #D82150

Tints of Amaranth #D82150

RGB

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

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

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

R = 65.65%
G = 10.03%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D82150 (or 0xD82150) is known color: Amaranth. HEX triplet: D8, 21 and 50. RGB value is (216,33,80). Sum of RGB (Red+Green+Blue) = 216+33+80=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D82150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82150 is #27DEAF. Grayscale: #5D5D5D. Windows color (decimal): -2612912 or 5251544. OLE color: 5251544.

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

Color convert

RGB 216 33 80 -
CMYK 0 0.85 0.63 0.15
HSL 344.59º 0.73% 0.49% -
HSV(B) 344.59º 0.85% 0.85% -
XYZ 30.31 16.27 9.13 -
YUV 93.08 120.63 215.68 -
System Red Green Blue C M Y K H S L
Decimal 216 33 80 0 0.85 0.63 0.15 344.59 0.73 0.49
Hex D8 21 50 0 55 3F F 159 49 31
Octal 330 41 120 0 125 77 17 531 111 61
Binary 11011000 100001 1010000 0 1010101 111111 1111 101011001 1001001 110001

Color Harmonies of #D82150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82150

Black with #D82150

Text Example


Text Example

White with #D82150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82150; }

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

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

background-color css

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

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

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

border-color css

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

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

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