Html Css Color HEX #D52755 Amaranth

📋 copy color: '#D52755'

red 213 ◦ green 39 ◦ blue 85

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

Shades of Amaranth #D52755

Tints of Amaranth #D52755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.57%

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 63.2%
G = 11.57%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D52755 (or 0xD52755) is known color: Amaranth. HEX triplet: D5, 27 and 55. RGB value is (213,39,85). Sum of RGB (Red+Green+Blue) = 213+39+85=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D52755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52755 is #2AD8AA. Grayscale: #606060. Windows color (decimal): -2807979 or 5580757. OLE color: 5580757.

HSL color Cylindrical-coordinate representation of color #D52755: hue angle of 344.14º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52755 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 85 -
CMYK 0 0.82 0.60 0.16
HSL 344.14º 0.69% 0.49% -
HSV(B) 344.14º 0.82% 0.84% -
XYZ 29.81 16.25 10.16 -
YUV 96.27 121.65 211.26 -
System Red Green Blue C M Y K H S L
Decimal 213 39 85 0 0.82 0.60 0.16 344.14 0.69 0.49
Hex D5 27 55 0 52 3C 10 158 45 31
Octal 325 47 125 0 122 74 20 530 105 61
Binary 11010101 100111 1010101 0 1010010 111100 10000 101011000 1000101 110001

Color Harmonies of #D52755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52755

Black with #D52755

Text Example


Text Example

White with #D52755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52755; }

 p { color: rgb(213,39,85); }

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

background-color css

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

 a { background-color: rgb(213,39,85); }

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

border-color css

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

 span { border-color: rgb(213,39,85); }

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