Html Css Color HEX #D72652 Amaranth

📋 copy color: '#D72652'

red 215 ◦ green 38 ◦ blue 82

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

Shades of Amaranth #D72652

Tints of Amaranth #D72652

RGB

 RED value IS 215 (84.38% from 255) = 64.18%

 GREEN value IS 38 (15.23% from 255) = 11.34%

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

R = 64.18%
G = 11.34%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D72652 (or 0xD72652) is known color: Amaranth. HEX triplet: D7, 26 and 52. RGB value is (215,38,82). Sum of RGB (Red+Green+Blue) = 215+38+82=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D72652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72652 is #28D9AD. Grayscale: #5F5F5F. Windows color (decimal): -2677166 or 5383895. OLE color: 5383895.

HSL color Cylindrical-coordinate representation of color #D72652: hue angle of 345.08º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72652 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 38 82 -
CMYK 0 0.82 0.62 0.16
HSL 345.08º 0.7% 0.5% -
HSV(B) 345.08º 0.82% 0.84% -
XYZ 30.24 16.44 9.56 -
YUV 95.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 215 38 82 0 0.82 0.62 0.16 345.08 0.7 0.5
Hex D7 26 52 0 52 3E 10 159 46 32
Octal 327 46 122 0 122 76 20 531 106 62
Binary 11010111 100110 1010010 0 1010010 111110 10000 101011001 1000110 110010

Color Harmonies of #D72652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72652

Black with #D72652

Text Example


Text Example

White with #D72652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72652; }

 p { color: rgb(215,38,82); }

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

background-color css

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

 a { background-color: rgb(215,38,82); }

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

border-color css

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

 span { border-color: rgb(215,38,82); }

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