Html Css Color HEX #D72655 Amaranth

📋 copy color: '#D72655'

red 215 ◦ green 38 ◦ blue 85

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

Shades of Amaranth #D72655

Tints of Amaranth #D72655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.15%

R = 63.61%
G = 11.24%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D72655 (or 0xD72655) is known color: Amaranth. HEX triplet: D7, 26 and 55. RGB value is (215,38,85). Sum of RGB (Red+Green+Blue) = 215+38+85=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D72655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72655 is #28D9AA. Grayscale: #606060. Windows color (decimal): -2677163 or 5580503. OLE color: 5580503.

HSL color Cylindrical-coordinate representation of color #D72655: hue angle of 344.07º 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 #D72655 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 38 85 -
CMYK 0 0.82 0.60 0.16
HSL 344.07º 0.7% 0.5% -
HSV(B) 344.07º 0.82% 0.84% -
XYZ 30.36 16.49 10.18 -
YUV 96.28 121.64 212.68 -
System Red Green Blue C M Y K H S L
Decimal 215 38 85 0 0.82 0.60 0.16 344.07 0.7 0.5
Hex D7 26 55 0 52 3C 10 158 46 32
Octal 327 46 125 0 122 74 20 530 106 62
Binary 11010111 100110 1010101 0 1010010 111100 10000 101011000 1000110 110010

Color Harmonies of #D72655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72655

Black with #D72655

Text Example


Text Example

White with #D72655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72655; }

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

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

background-color css

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

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

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

border-color css

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

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

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