Html Css Color HEX #DA214B Amaranth

📋 copy color: '#DA214B'

red 218 ◦ green 33 ◦ blue 75

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

Shades of Amaranth #DA214B

Tints of Amaranth #DA214B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.01%

R = 66.87%
G = 10.12%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA214B (or 0xDA214B) is known color: Amaranth. HEX triplet: DA, 21 and 4B. RGB value is (218,33,75). Sum of RGB (Red+Green+Blue) = 218+33+75=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA214B is #25DEB4. Grayscale: #5D5D5D. Windows color (decimal): -2481845 or 4923866. OLE color: 4923866.

HSL color Cylindrical-coordinate representation of color #DA214B: hue angle of 346.38º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA214B is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 33 75 -
CMYK 0 0.85 0.66 0.15
HSL 346.38º 0.74% 0.49% -
HSV(B) 346.38º 0.85% 0.85% -
XYZ 30.73 16.5 8.22 -
YUV 93.1 117.79 217.08 -
System Red Green Blue C M Y K H S L
Decimal 218 33 75 0 0.85 0.66 0.15 346.38 0.74 0.49
Hex DA 21 4B 0 55 42 F 15A 4A 31
Octal 332 41 113 0 125 102 17 532 112 61
Binary 11011010 100001 1001011 0 1010101 1000010 1111 101011010 1001010 110001

Color Harmonies of #DA214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA214B

Black with #DA214B

Text Example


Text Example

White with #DA214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA214B; }

 p { color: rgb(218,33,75); }

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

background-color css

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

 a { background-color: rgb(218,33,75); }

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

border-color css

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

 span { border-color: rgb(218,33,75); }

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