Html Css Color HEX #D52F4D Amaranth

📋 copy color: '#D52F4D'

red 213 ◦ green 47 ◦ blue 77

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

Shades of Amaranth #D52F4D

Tints of Amaranth #D52F4D

RGB

 RED value IS 213 (83.59% from 255) = 63.2%

 GREEN value IS 47 (18.75% from 255) = 13.95%

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 63.2%
G = 13.95%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D52F4D (or 0xD52F4D) is known color: Amaranth. HEX triplet: D5, 2F and 4D. RGB value is (213,47,77). Sum of RGB (Red+Green+Blue) = 213+47+77=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F4D is #2AD0B2. Grayscale: #646464. Windows color (decimal): -2805939 or 5058517. OLE color: 5058517.

HSL color Cylindrical-coordinate representation of color #D52F4D: hue angle of 349.16º degrees, saturation: 0.66, 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 #D52F4D is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 47 77 -
CMYK 0 0.78 0.64 0.16
HSL 349.16º 0.66% 0.51% -
HSV(B) 349.16º 0.78% 0.84% -
XYZ 29.8 16.71 8.68 -
YUV 100.05 115 208.56 -
System Red Green Blue C M Y K H S L
Decimal 213 47 77 0 0.78 0.64 0.16 349.16 0.66 0.51
Hex D5 2F 4D 0 4E 40 10 15D 42 33
Octal 325 57 115 0 116 100 20 535 102 63
Binary 11010101 101111 1001101 0 1001110 1000000 10000 101011101 1000010 110011

Color Harmonies of #D52F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F4D

Black with #D52F4D

Text Example


Text Example

White with #D52F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F4D; }

 p { color: rgb(213,47,77); }

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

background-color css

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

 a { background-color: rgb(213,47,77); }

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

border-color css

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

 span { border-color: rgb(213,47,77); }

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