Html Css Color HEX #D83052 Amaranth

📋 copy color: '#D83052'

red 216 ◦ green 48 ◦ blue 82

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

Shades of Amaranth #D83052

Tints of Amaranth #D83052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.87%

 BLUE value IS 82 (32.42% from 255) = 23.7%

R = 62.43%
G = 13.87%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D83052 (or 0xD83052) is known color: Amaranth. HEX triplet: D8, 30 and 52. RGB value is (216,48,82). Sum of RGB (Red+Green+Blue) = 216+48+82=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D83052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83052 is #27CFAD. Grayscale: #666666. Windows color (decimal): -2609070 or 5386456. OLE color: 5386456.

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

Color convert

RGB 216 48 82 -
CMYK 0 0.78 0.62 0.15
HSL 347.86º 0.68% 0.52% -
HSV(B) 347.86º 0.78% 0.85% -
XYZ 30.9 17.32 9.7 -
YUV 102.11 116.66 209.24 -
System Red Green Blue C M Y K H S L
Decimal 216 48 82 0 0.78 0.62 0.15 347.86 0.68 0.52
Hex D8 30 52 0 4E 3E F 15C 44 34
Octal 330 60 122 0 116 76 17 534 104 64
Binary 11011000 110000 1010010 0 1001110 111110 1111 101011100 1000100 110100

Color Harmonies of #D83052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83052

Black with #D83052

Text Example


Text Example

White with #D83052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83052; }

 p { color: rgb(216,48,82); }

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

background-color css

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

 a { background-color: rgb(216,48,82); }

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

border-color css

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

 span { border-color: rgb(216,48,82); }

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