Html Css Color HEX #D82852 Amaranth

📋 copy color: '#D82852'

red 216 ◦ green 40 ◦ blue 82

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

Shades of Amaranth #D82852

Tints of Amaranth #D82852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 63.91%
G = 11.83%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D82852 (or 0xD82852) is known color: Amaranth. HEX triplet: D8, 28 and 52. RGB value is (216,40,82). Sum of RGB (Red+Green+Blue) = 216+40+82=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D82852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82852 is #27D7AD. Grayscale: #616161. Windows color (decimal): -2611118 or 5384408. OLE color: 5384408.

HSL color Cylindrical-coordinate representation of color #D82852: hue angle of 345.68º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82852 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 40 82 -
CMYK 0 0.81 0.62 0.15
HSL 345.68º 0.69% 0.5% -
HSV(B) 345.68º 0.81% 0.85% -
XYZ 30.6 16.73 9.6 -
YUV 97.41 119.31 212.58 -
System Red Green Blue C M Y K H S L
Decimal 216 40 82 0 0.81 0.62 0.15 345.68 0.69 0.5
Hex D8 28 52 0 51 3E F 15A 45 32
Octal 330 50 122 0 121 76 17 532 105 62
Binary 11011000 101000 1010010 0 1010001 111110 1111 101011010 1000101 110010

Color Harmonies of #D82852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82852

Black with #D82852

Text Example


Text Example

White with #D82852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82852; }

 p { color: rgb(216,40,82); }

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

background-color css

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

 a { background-color: rgb(216,40,82); }

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

border-color css

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

 span { border-color: rgb(216,40,82); }

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