Html Css Color HEX #D62154 Amaranth

📋 copy color: '#D62154'

red 214 ◦ green 33 ◦ blue 84

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

Shades of Amaranth #D62154

Tints of Amaranth #D62154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.97%

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

R = 64.65%
G = 9.97%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D62154 (or 0xD62154) is known color: Amaranth. HEX triplet: D6, 21 and 54. RGB value is (214,33,84). Sum of RGB (Red+Green+Blue) = 214+33+84=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D62154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62154 is #29DEAB. Grayscale: #5C5C5C. Windows color (decimal): -2743980 or 5513686. OLE color: 5513686.

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

Color convert

RGB 214 33 84 -
CMYK 0 0.85 0.61 0.16
HSL 343.09º 0.73% 0.48% -
HSV(B) 343.09º 0.85% 0.84% -
XYZ 29.88 16.02 9.91 -
YUV 92.93 122.97 214.35 -
System Red Green Blue C M Y K H S L
Decimal 214 33 84 0 0.85 0.61 0.16 343.09 0.73 0.48
Hex D6 21 54 0 55 3D 10 157 49 30
Octal 326 41 124 0 125 75 20 527 111 60
Binary 11010110 100001 1010100 0 1010101 111101 10000 101010111 1001001 110000

Color Harmonies of #D62154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62154

Black with #D62154

Text Example


Text Example

White with #D62154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62154; }

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

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

background-color css

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

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

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

border-color css

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

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

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