Html Css Color HEX #D82648 Amaranth

📋 copy color: '#D82648'

red 216 ◦ green 38 ◦ blue 72

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

Shades of Amaranth #D82648

Tints of Amaranth #D82648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.66%

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 66.26%
G = 11.66%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D82648 (or 0xD82648) is known color: Amaranth. HEX triplet: D8, 26 and 48. RGB value is (216,38,72). Sum of RGB (Red+Green+Blue) = 216+38+72=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D82648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82648 is #27D9B7. Grayscale: #5F5F5F. Windows color (decimal): -2611640 or 4728536. OLE color: 4728536.

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

Color convert

RGB 216 38 72 -
CMYK 0 0.82 0.67 0.15
HSL 348.54º 0.7% 0.5% -
HSV(B) 348.54º 0.82% 0.85% -
XYZ 30.18 16.45 7.72 -
YUV 95.1 114.97 214.24 -
System Red Green Blue C M Y K H S L
Decimal 216 38 72 0 0.82 0.67 0.15 348.54 0.7 0.5
Hex D8 26 48 0 52 43 F 15D 46 32
Octal 330 46 110 0 122 103 17 535 106 62
Binary 11011000 100110 1001000 0 1010010 1000011 1111 101011101 1000110 110010

Color Harmonies of #D82648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82648

Black with #D82648

Text Example


Text Example

White with #D82648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82648; }

 p { color: rgb(216,38,72); }

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

background-color css

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

 a { background-color: rgb(216,38,72); }

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

border-color css

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

 span { border-color: rgb(216,38,72); }

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