Html Css Color HEX #DA1D4F Amaranth

📋 copy color: '#DA1D4F'

red 218 ◦ green 29 ◦ blue 79

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

Shades of Amaranth #DA1D4F

Tints of Amaranth #DA1D4F

RGB

 RED value IS 218 (85.55% from 255) = 66.87%

 GREEN value IS 29 (11.72% from 255) = 8.9%

 BLUE value IS 79 (31.25% from 255) = 24.23%

R = 66.87%
G = 8.9%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA1D4F (or 0xDA1D4F) is known color: Amaranth. HEX triplet: DA, 1D and 4F. RGB value is (218,29,79). Sum of RGB (Red+Green+Blue) = 218+29+79=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1D4F is #25E2B0. Grayscale: #5B5B5B. Windows color (decimal): -2482865 or 5184986. OLE color: 5184986.

HSL color Cylindrical-coordinate representation of color #DA1D4F: hue angle of 344.13º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1D4F is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 29 79 -
CMYK 0 0.87 0.64 0.15
HSL 344.13º 0.77% 0.48% -
HSV(B) 344.13º 0.87% 0.85% -
XYZ 30.76 16.35 8.93 -
YUV 91.21 121.12 218.43 -
System Red Green Blue C M Y K H S L
Decimal 218 29 79 0 0.87 0.64 0.15 344.13 0.77 0.48
Hex DA 1D 4F 0 57 40 F 158 4D 30
Octal 332 35 117 0 127 100 17 530 115 60
Binary 11011010 11101 1001111 0 1010111 1000000 1111 101011000 1001101 110000

Color Harmonies of #DA1D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1D4F

Black with #DA1D4F

Text Example


Text Example

White with #DA1D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1D4F; }

 p { color: rgb(218,29,79); }

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

background-color css

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

 a { background-color: rgb(218,29,79); }

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

border-color css

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

 span { border-color: rgb(218,29,79); }

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