Html Css Color HEX #D62855 Amaranth

📋 copy color: '#D62855'

red 214 ◦ green 40 ◦ blue 85

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

Shades of Amaranth #D62855

Tints of Amaranth #D62855

RGB

 RED value IS 214 (83.98% from 255) = 63.13%

 GREEN value IS 40 (16.02% from 255) = 11.8%

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

R = 63.13%
G = 11.8%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D62855 (or 0xD62855) is known color: Amaranth. HEX triplet: D6, 28 and 55. RGB value is (214,40,85). Sum of RGB (Red+Green+Blue) = 214+40+85=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D62855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62855 is #29D7AA. Grayscale: #616161. Windows color (decimal): -2742187 or 5581014. OLE color: 5581014.

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

Color convert

RGB 214 40 85 -
CMYK 0 0.81 0.60 0.16
HSL 344.48º 0.69% 0.5% -
HSV(B) 344.48º 0.81% 0.84% -
XYZ 30.13 16.47 10.19 -
YUV 97.16 121.15 211.34 -
System Red Green Blue C M Y K H S L
Decimal 214 40 85 0 0.81 0.60 0.16 344.48 0.69 0.5
Hex D6 28 55 0 51 3C 10 158 45 32
Octal 326 50 125 0 121 74 20 530 105 62
Binary 11010110 101000 1010101 0 1010001 111100 10000 101011000 1000101 110010

Color Harmonies of #D62855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62855

Black with #D62855

Text Example


Text Example

White with #D62855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62855; }

 p { color: rgb(214,40,85); }

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

background-color css

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

 a { background-color: rgb(214,40,85); }

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

border-color css

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

 span { border-color: rgb(214,40,85); }

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