Html Css Color HEX #D82753 Amaranth

📋 copy color: '#D82753'

red 216 ◦ green 39 ◦ blue 83

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

Shades of Amaranth #D82753

Tints of Amaranth #D82753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.56%

R = 63.91%
G = 11.54%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D82753 (or 0xD82753) is known color: Amaranth. HEX triplet: D8, 27 and 53. RGB value is (216,39,83). Sum of RGB (Red+Green+Blue) = 216+39+83=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D82753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82753 is #27D8AC. Grayscale: #606060. Windows color (decimal): -2611373 or 5449688. OLE color: 5449688.

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

Color convert

RGB 216 39 83 -
CMYK 0 0.82 0.62 0.15
HSL 345.08º 0.69% 0.5% -
HSV(B) 345.08º 0.82% 0.85% -
XYZ 30.61 16.67 9.79 -
YUV 96.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 216 39 83 0 0.82 0.62 0.15 345.08 0.69 0.5
Hex D8 27 53 0 52 3E F 159 45 32
Octal 330 47 123 0 122 76 17 531 105 62
Binary 11011000 100111 1010011 0 1010010 111110 1111 101011001 1000101 110010

Color Harmonies of #D82753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82753

Black with #D82753

Text Example


Text Example

White with #D82753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82753; }

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

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

background-color css

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

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

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

border-color css

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

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

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