Html Css Color HEX #D63D4D Amaranth

📋 copy color: '#D63D4D'

red 214 ◦ green 61 ◦ blue 77

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

Shades of Amaranth #D63D4D

Tints of Amaranth #D63D4D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.33%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 60.8%
G = 17.33%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D63D4D (or 0xD63D4D) is known color: Amaranth. HEX triplet: D6, 3D and 4D. RGB value is (214,61,77). Sum of RGB (Red+Green+Blue) = 214+61+77=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63D4D is #29C2B2. Grayscale: #6C6C6C. Windows color (decimal): -2736819 or 5062102. OLE color: 5062102.

HSL color Cylindrical-coordinate representation of color #D63D4D: hue angle of 353.73º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63D4D is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 61 77 -
CMYK 0 0.71 0.64 0.16
HSL 353.73º 0.65% 0.54% -
HSV(B) 353.73º 0.71% 0.84% -
XYZ 30.74 18.17 8.91 -
YUV 108.57 110.19 203.2 -
System Red Green Blue C M Y K H S L
Decimal 214 61 77 0 0.71 0.64 0.16 353.73 0.65 0.54
Hex D6 3D 4D 0 47 40 10 162 41 36
Octal 326 75 115 0 107 100 20 542 101 66
Binary 11010110 111101 1001101 0 1000111 1000000 10000 101100010 1000001 110110

Color Harmonies of #D63D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D4D

Black with #D63D4D

Text Example


Text Example

White with #D63D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D4D; }

 p { color: rgb(214,61,77); }

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

background-color css

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

 a { background-color: rgb(214,61,77); }

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

border-color css

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

 span { border-color: rgb(214,61,77); }

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