Html Css Color HEX #D82750 Amaranth

📋 copy color: '#D82750'

red 216 ◦ green 39 ◦ blue 80

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

Shades of Amaranth #D82750

Tints of Amaranth #D82750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.64%

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

R = 64.48%
G = 11.64%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D82750 (or 0xD82750) is known color: Amaranth. HEX triplet: D8, 27 and 50. RGB value is (216,39,80). Sum of RGB (Red+Green+Blue) = 216+39+80=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D82750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82750 is #27D8AF. Grayscale: #606060. Windows color (decimal): -2611376 or 5253080. OLE color: 5253080.

HSL color Cylindrical-coordinate representation of color #D82750: hue angle of 346.1º degrees, saturation: 0.69, 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 #D82750 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 39 80 -
CMYK 0 0.82 0.63 0.15
HSL 346.1º 0.69% 0.5% -
HSV(B) 346.1º 0.82% 0.85% -
XYZ 30.49 16.63 9.19 -
YUV 96.6 118.64 213.17 -
System Red Green Blue C M Y K H S L
Decimal 216 39 80 0 0.82 0.63 0.15 346.1 0.69 0.5
Hex D8 27 50 0 52 3F F 15A 45 32
Octal 330 47 120 0 122 77 17 532 105 62
Binary 11011000 100111 1010000 0 1010010 111111 1111 101011010 1000101 110010

Color Harmonies of #D82750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82750

Black with #D82750

Text Example


Text Example

White with #D82750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82750; }

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

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

background-color css

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

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

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

border-color css

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

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

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