Html Css Color HEX #D62850 Amaranth

📋 copy color: '#D62850'

red 214 ◦ green 40 ◦ blue 80

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

Shades of Amaranth #D62850

Tints of Amaranth #D62850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 64.07%
G = 11.98%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D62850 (or 0xD62850) is known color: Amaranth. HEX triplet: D6, 28 and 50. RGB value is (214,40,80). Sum of RGB (Red+Green+Blue) = 214+40+80=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D62850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62850 is #29D7AF. Grayscale: #606060. Windows color (decimal): -2742192 or 5253334. OLE color: 5253334.

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

Color convert

RGB 214 40 80 -
CMYK 0 0.81 0.63 0.16
HSL 346.21º 0.69% 0.5% -
HSV(B) 346.21º 0.81% 0.84% -
XYZ 29.94 16.39 9.18 -
YUV 96.59 118.65 211.75 -
System Red Green Blue C M Y K H S L
Decimal 214 40 80 0 0.81 0.63 0.16 346.21 0.69 0.5
Hex D6 28 50 0 51 3F 10 15A 45 32
Octal 326 50 120 0 121 77 20 532 105 62
Binary 11010110 101000 1010000 0 1010001 111111 10000 101011010 1000101 110010

Color Harmonies of #D62850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62850

Black with #D62850

Text Example


Text Example

White with #D62850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62850; }

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

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

background-color css

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

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

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

border-color css

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

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

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