Html Css Color HEX #D42153 Amaranth

📋 copy color: '#D42153'

red 212 ◦ green 33 ◦ blue 83

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

Shades of Amaranth #D42153

Tints of Amaranth #D42153

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.06%

 BLUE value IS 83 (32.81% from 255) = 25.3%

R = 64.63%
G = 10.06%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D42153 (or 0xD42153) is known color: Amaranth. HEX triplet: D4, 21 and 53. RGB value is (212,33,83). Sum of RGB (Red+Green+Blue) = 212+33+83=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D42153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42153 is #2BDEAC. Grayscale: #5C5C5C. Windows color (decimal): -2875053 or 5448148. OLE color: 5448148.

HSL color Cylindrical-coordinate representation of color #D42153: hue angle of 343.24º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D42153 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 33 83 -
CMYK 0 0.84 0.61 0.17
HSL 343.24º 0.73% 0.48% -
HSV(B) 343.24º 0.84% 0.83% -
XYZ 29.26 15.71 9.67 -
YUV 92.22 122.8 213.43 -
System Red Green Blue C M Y K H S L
Decimal 212 33 83 0 0.84 0.61 0.17 343.24 0.73 0.48
Hex D4 21 53 0 54 3D 11 157 49 30
Octal 324 41 123 0 124 75 21 527 111 60
Binary 11010100 100001 1010011 0 1010100 111101 10001 101010111 1001001 110000

Color Harmonies of #D42153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42153

Black with #D42153

Text Example


Text Example

White with #D42153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42153; }

 p { color: rgb(212,33,83); }

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

background-color css

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

 a { background-color: rgb(212,33,83); }

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

border-color css

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

 span { border-color: rgb(212,33,83); }

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