Html Css Color HEX #D43051 Amaranth

📋 copy color: '#D43051'

red 212 ◦ green 48 ◦ blue 81

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

Shades of Amaranth #D43051

Tints of Amaranth #D43051

RGB

 RED value IS 212 (83.2% from 255) = 62.17%

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

 BLUE value IS 81 (32.03% from 255) = 23.75%

R = 62.17%
G = 14.08%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D43051 (or 0xD43051) is known color: Amaranth. HEX triplet: D4, 30 and 51. RGB value is (212,48,81). Sum of RGB (Red+Green+Blue) = 212+48+81=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D43051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43051 is #2BCFAE. Grayscale: #646464. Windows color (decimal): -2871215 or 5320916. OLE color: 5320916.

HSL color Cylindrical-coordinate representation of color #D43051: hue angle of 347.93º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43051 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 81 -
CMYK 0 0.77 0.62 0.17
HSL 347.93º 0.66% 0.51% -
HSV(B) 347.93º 0.77% 0.83% -
XYZ 29.69 16.71 9.44 -
YUV 100.8 116.83 207.32 -
System Red Green Blue C M Y K H S L
Decimal 212 48 81 0 0.77 0.62 0.17 347.93 0.66 0.51
Hex D4 30 51 0 4D 3E 11 15C 42 33
Octal 324 60 121 0 115 76 21 534 102 63
Binary 11010100 110000 1010001 0 1001101 111110 10001 101011100 1000010 110011

Color Harmonies of #D43051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43051

Black with #D43051

Text Example


Text Example

White with #D43051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43051; }

 p { color: rgb(212,48,81); }

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

background-color css

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

 a { background-color: rgb(212,48,81); }

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

border-color css

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

 span { border-color: rgb(212,48,81); }

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