Html Css Color HEX #D63055 Amaranth

📋 copy color: '#D63055'

red 214 ◦ green 48 ◦ blue 85

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

Shades of Amaranth #D63055

Tints of Amaranth #D63055

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 61.67%
G = 13.83%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D63055 (or 0xD63055) is known color: Amaranth. HEX triplet: D6, 30 and 55. RGB value is (214,48,85). Sum of RGB (Red+Green+Blue) = 214+48+85=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D63055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63055 is #29CFAA. Grayscale: #656565. Windows color (decimal): -2740139 or 5583062. OLE color: 5583062.

HSL color Cylindrical-coordinate representation of color #D63055: hue angle of 346.63º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D63055 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 48 85 -
CMYK 0 0.78 0.60 0.16
HSL 346.63º 0.67% 0.51% -
HSV(B) 346.63º 0.78% 0.84% -
XYZ 30.43 17.07 10.28 -
YUV 101.85 118.5 207.99 -
System Red Green Blue C M Y K H S L
Decimal 214 48 85 0 0.78 0.60 0.16 346.63 0.67 0.51
Hex D6 30 55 0 4E 3C 10 15B 43 33
Octal 326 60 125 0 116 74 20 533 103 63
Binary 11010110 110000 1010101 0 1001110 111100 10000 101011011 1000011 110011

Color Harmonies of #D63055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63055

Black with #D63055

Text Example


Text Example

White with #D63055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63055; }

 p { color: rgb(214,48,85); }

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

background-color css

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

 a { background-color: rgb(214,48,85); }

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

border-color css

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

 span { border-color: rgb(214,48,85); }

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