Html Css Color HEX #D82955 Amaranth

📋 copy color: '#D82955'

red 216 ◦ green 41 ◦ blue 85

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

Shades of Amaranth #D82955

Tints of Amaranth #D82955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.99%

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

R = 63.16%
G = 11.99%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D82955 (or 0xD82955) is known color: Amaranth. HEX triplet: D8, 29 and 55. RGB value is (216,41,85). Sum of RGB (Red+Green+Blue) = 216+41+85=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D82955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82955 is #27D6AA. Grayscale: #626262. Windows color (decimal): -2610859 or 5581272. OLE color: 5581272.

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

Color convert

RGB 216 41 85 -
CMYK 0 0.81 0.61 0.15
HSL 344.91º 0.69% 0.5% -
HSV(B) 344.91º 0.81% 0.85% -
XYZ 30.75 16.84 10.22 -
YUV 98.34 120.48 211.92 -
System Red Green Blue C M Y K H S L
Decimal 216 41 85 0 0.81 0.61 0.15 344.91 0.69 0.5
Hex D8 29 55 0 51 3D F 159 45 32
Octal 330 51 125 0 121 75 17 531 105 62
Binary 11011000 101001 1010101 0 1010001 111101 1111 101011001 1000101 110010

Color Harmonies of #D82955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82955

Black with #D82955

Text Example


Text Example

White with #D82955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82955; }

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

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

background-color css

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

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

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

border-color css

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

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

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