Html Css Color HEX #D83352 Amaranth

📋 copy color: '#D83352'

red 216 ◦ green 51 ◦ blue 82

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

Shades of Amaranth #D83352

Tints of Amaranth #D83352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

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

R = 61.89%
G = 14.61%
B = 23.5%

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

#D83352 (or 0xD83352) is known color: Amaranth. HEX triplet: D8, 33 and 52. RGB value is (216,51,82). Sum of RGB (Red+Green+Blue) = 216+51+82=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D83352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83352 is #27CCAD. Grayscale: #676767. Windows color (decimal): -2608302 or 5387224. OLE color: 5387224.

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

Color convert

RGB 216 51 82 -
CMYK 0 0.76 0.62 0.15
HSL 348.73º 0.68% 0.52% -
HSV(B) 348.73º 0.76% 0.85% -
XYZ 31.03 17.58 9.74 -
YUV 103.87 115.66 207.98 -
System Red Green Blue C M Y K H S L
Decimal 216 51 82 0 0.76 0.62 0.15 348.73 0.68 0.52
Hex D8 33 52 0 4C 3E F 15D 44 34
Octal 330 63 122 0 114 76 17 535 104 64
Binary 11011000 110011 1010010 0 1001100 111110 1111 101011101 1000100 110100

Color Harmonies of #D83352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83352

Black with #D83352

Text Example


Text Example

White with #D83352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83352; }

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

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

background-color css

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

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

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

border-color css

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

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

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