Html Css Color HEX #D82755 Amaranth

📋 copy color: '#D82755'

red 216 ◦ green 39 ◦ blue 85

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

Shades of Amaranth #D82755

Tints of Amaranth #D82755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25%

R = 63.53%
G = 11.47%
B = 25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D82755 (or 0xD82755) is known color: Amaranth. HEX triplet: D8, 27 and 55. RGB value is (216,39,85). Sum of RGB (Red+Green+Blue) = 216+39+85=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D82755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82755 is #27D8AA. Grayscale: #616161. Windows color (decimal): -2611371 or 5580760. OLE color: 5580760.

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

Color convert

RGB 216 39 85 -
CMYK 0 0.82 0.61 0.15
HSL 344.41º 0.69% 0.5% -
HSV(B) 344.41º 0.82% 0.85% -
XYZ 30.68 16.71 10.2 -
YUV 97.17 121.14 212.76 -
System Red Green Blue C M Y K H S L
Decimal 216 39 85 0 0.82 0.61 0.15 344.41 0.69 0.5
Hex D8 27 55 0 52 3D F 158 45 32
Octal 330 47 125 0 122 75 17 530 105 62
Binary 11011000 100111 1010101 0 1010010 111101 1111 101011000 1000101 110010

Color Harmonies of #D82755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82755

Black with #D82755

Text Example


Text Example

White with #D82755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82755; }

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

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

background-color css

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

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

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

border-color css

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

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

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