Html Css Color HEX #D42650 Amaranth

📋 copy color: '#D42650'

red 212 ◦ green 38 ◦ blue 80

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

Shades of Amaranth #D42650

Tints of Amaranth #D42650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.52%

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

R = 64.24%
G = 11.52%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D42650 (or 0xD42650) is known color: Amaranth. HEX triplet: D4, 26 and 50. RGB value is (212,38,80). Sum of RGB (Red+Green+Blue) = 212+38+80=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D42650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42650 is #2BD9AF. Grayscale: #5E5E5E. Windows color (decimal): -2873776 or 5252820. OLE color: 5252820.

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

Color convert

RGB 212 38 80 -
CMYK 0 0.82 0.62 0.17
HSL 345.52º 0.7% 0.49% -
HSV(B) 345.52º 0.82% 0.83% -
XYZ 29.29 15.96 9.13 -
YUV 94.81 119.65 211.58 -
System Red Green Blue C M Y K H S L
Decimal 212 38 80 0 0.82 0.62 0.17 345.52 0.7 0.49
Hex D4 26 50 0 52 3E 11 15A 46 31
Octal 324 46 120 0 122 76 21 532 106 61
Binary 11010100 100110 1010000 0 1010010 111110 10001 101011010 1000110 110001

Color Harmonies of #D42650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42650

Black with #D42650

Text Example


Text Example

White with #D42650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42650; }

 p { color: rgb(212,38,80); }

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

background-color css

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

 a { background-color: rgb(212,38,80); }

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

border-color css

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

 span { border-color: rgb(212,38,80); }

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