Html Css Color HEX #D43052 Amaranth

📋 copy color: '#D43052'

red 212 ◦ green 48 ◦ blue 82

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

Shades of Amaranth #D43052

Tints of Amaranth #D43052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.98%

R = 61.99%
G = 14.04%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D43052 (or 0xD43052) is known color: Amaranth. HEX triplet: D4, 30 and 52. RGB value is (212,48,82). Sum of RGB (Red+Green+Blue) = 212+48+82=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D43052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43052 is #2BCFAD. Grayscale: #646464. Windows color (decimal): -2871214 or 5386452. OLE color: 5386452.

HSL color Cylindrical-coordinate representation of color #D43052: hue angle of 347.56º 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 #D43052 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 82 -
CMYK 0 0.77 0.61 0.17
HSL 347.56º 0.66% 0.51% -
HSV(B) 347.56º 0.77% 0.83% -
XYZ 29.73 16.72 9.64 -
YUV 100.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 212 48 82 0 0.77 0.61 0.17 347.56 0.66 0.51
Hex D4 30 52 0 4D 3D 11 15C 42 33
Octal 324 60 122 0 115 75 21 534 102 63
Binary 11010100 110000 1010010 0 1001101 111101 10001 101011100 1000010 110011

Color Harmonies of #D43052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43052

Black with #D43052

Text Example


Text Example

White with #D43052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43052; }

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

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

background-color css

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

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

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

border-color css

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

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

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