Html Css Color HEX #D6284F Amaranth

📋 copy color: '#D6284F'

red 214 ◦ green 40 ◦ blue 79

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

Shades of Amaranth #D6284F

Tints of Amaranth #D6284F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.72%

R = 64.26%
G = 12.01%
B = 23.72%

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

#D6284F (or 0xD6284F) is known color: Amaranth. HEX triplet: D6, 28 and 4F. RGB value is (214,40,79). Sum of RGB (Red+Green+Blue) = 214+40+79=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D6284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6284F is #29D7B0. Grayscale: #606060. Windows color (decimal): -2742193 or 5187798. OLE color: 5187798.

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

Color convert

RGB 214 40 79 -
CMYK 0 0.81 0.63 0.16
HSL 346.55º 0.69% 0.5% -
HSV(B) 346.55º 0.81% 0.84% -
XYZ 29.9 16.38 8.98 -
YUV 96.47 118.15 211.83 -
System Red Green Blue C M Y K H S L
Decimal 214 40 79 0 0.81 0.63 0.16 346.55 0.69 0.5
Hex D6 28 4F 0 51 3F 10 15B 45 32
Octal 326 50 117 0 121 77 20 533 105 62
Binary 11010110 101000 1001111 0 1010001 111111 10000 101011011 1000101 110010

Color Harmonies of #D6284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6284F

Black with #D6284F

Text Example


Text Example

White with #D6284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6284F; }

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

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

background-color css

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

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

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

border-color css

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

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

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