Html Css Color HEX #D83452 Amaranth

📋 copy color: '#D83452'

red 216 ◦ green 52 ◦ blue 82

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

Shades of Amaranth #D83452

Tints of Amaranth #D83452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.86%

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

R = 61.71%
G = 14.86%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D83452 (or 0xD83452) is known color: Amaranth. HEX triplet: D8, 34 and 52. RGB value is (216,52,82). Sum of RGB (Red+Green+Blue) = 216+52+82=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D83452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83452 is #27CBAD. Grayscale: #686868. Windows color (decimal): -2608046 or 5387480. OLE color: 5387480.

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

Color convert

RGB 216 52 82 -
CMYK 0 0.76 0.62 0.15
HSL 349.02º 0.68% 0.53% -
HSV(B) 349.02º 0.76% 0.85% -
XYZ 31.07 17.66 9.75 -
YUV 104.46 115.33 207.56 -
System Red Green Blue C M Y K H S L
Decimal 216 52 82 0 0.76 0.62 0.15 349.02 0.68 0.53
Hex D8 34 52 0 4C 3E F 15D 44 35
Octal 330 64 122 0 114 76 17 535 104 65
Binary 11011000 110100 1010010 0 1001100 111110 1111 101011101 1000100 110101

Color Harmonies of #D83452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83452

Black with #D83452

Text Example


Text Example

White with #D83452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83452; }

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

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

background-color css

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

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

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

border-color css

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

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

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