Html Css Color HEX #D82253 Amaranth

📋 copy color: '#D82253'

red 216 ◦ green 34 ◦ blue 83

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

Shades of Amaranth #D82253

Tints of Amaranth #D82253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.21%

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

R = 64.86%
G = 10.21%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D82253 (or 0xD82253) is known color: Amaranth. HEX triplet: D8, 22 and 53. RGB value is (216,34,83). Sum of RGB (Red+Green+Blue) = 216+34+83=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D82253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82253 is #27DDAC. Grayscale: #5D5D5D. Windows color (decimal): -2612653 or 5448408. OLE color: 5448408.

HSL color Cylindrical-coordinate representation of color #D82253: hue angle of 343.85º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D82253 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 34 83 -
CMYK 0 0.84 0.62 0.15
HSL 343.85º 0.73% 0.49% -
HSV(B) 343.85º 0.84% 0.85% -
XYZ 30.45 16.37 9.74 -
YUV 94 121.8 215.02 -
System Red Green Blue C M Y K H S L
Decimal 216 34 83 0 0.84 0.62 0.15 343.85 0.73 0.49
Hex D8 22 53 0 54 3E F 158 49 31
Octal 330 42 123 0 124 76 17 530 111 61
Binary 11011000 100010 1010011 0 1010100 111110 1111 101011000 1001001 110001

Color Harmonies of #D82253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82253

Black with #D82253

Text Example


Text Example

White with #D82253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82253; }

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

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

background-color css

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

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

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

border-color css

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

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

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