Html Css Color HEX #D62357 Amaranth

📋 copy color: '#D62357'

red 214 ◦ green 35 ◦ blue 87

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

Shades of Amaranth #D62357

Tints of Amaranth #D62357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.42%

 BLUE value IS 87 (34.38% from 255) = 25.89%

R = 63.69%
G = 10.42%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D62357 (or 0xD62357) is known color: Amaranth. HEX triplet: D6, 23 and 57. RGB value is (214,35,87). Sum of RGB (Red+Green+Blue) = 214+35+87=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D62357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62357 is #29DCA8. Grayscale: #5E5E5E. Windows color (decimal): -2743465 or 5710806. OLE color: 5710806.

HSL color Cylindrical-coordinate representation of color #D62357: hue angle of 342.57º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62357 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 35 87 -
CMYK 0 0.84 0.59 0.16
HSL 342.57º 0.72% 0.49% -
HSV(B) 342.57º 0.84% 0.84% -
XYZ 30.05 16.19 10.56 -
YUV 94.45 123.8 213.27 -
System Red Green Blue C M Y K H S L
Decimal 214 35 87 0 0.84 0.59 0.16 342.57 0.72 0.49
Hex D6 23 57 0 54 3B 10 157 48 31
Octal 326 43 127 0 124 73 20 527 110 61
Binary 11010110 100011 1010111 0 1010100 111011 10000 101010111 1001000 110001

Color Harmonies of #D62357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62357

Black with #D62357

Text Example


Text Example

White with #D62357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62357; }

 p { color: rgb(214,35,87); }

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

background-color css

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

 a { background-color: rgb(214,35,87); }

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

border-color css

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

 span { border-color: rgb(214,35,87); }

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