Html Css Color HEX #D63154 Amaranth

📋 copy color: '#D63154'

red 214 ◦ green 49 ◦ blue 84

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

Shades of Amaranth #D63154

Tints of Amaranth #D63154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.12%

 BLUE value IS 84 (33.2% from 255) = 24.21%

R = 61.67%
G = 14.12%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D63154 (or 0xD63154) is known color: Amaranth. HEX triplet: D6, 31 and 54. RGB value is (214,49,84). Sum of RGB (Red+Green+Blue) = 214+49+84=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D63154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63154 is #29CEAB. Grayscale: #666666. Windows color (decimal): -2739884 or 5517782. OLE color: 5517782.

HSL color Cylindrical-coordinate representation of color #D63154: hue angle of 347.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63154 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 49 84 -
CMYK 0 0.77 0.61 0.16
HSL 347.27º 0.67% 0.52% -
HSV(B) 347.27º 0.77% 0.84% -
XYZ 30.43 17.13 10.09 -
YUV 102.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 214 49 84 0 0.77 0.61 0.16 347.27 0.67 0.52
Hex D6 31 54 0 4D 3D 10 15B 43 34
Octal 326 61 124 0 115 75 20 533 103 64
Binary 11010110 110001 1010100 0 1001101 111101 10000 101011011 1000011 110100

Color Harmonies of #D63154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63154

Black with #D63154

Text Example


Text Example

White with #D63154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63154; }

 p { color: rgb(214,49,84); }

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

background-color css

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

 a { background-color: rgb(214,49,84); }

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

border-color css

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

 span { border-color: rgb(214,49,84); }

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