Html Css Color HEX #D8214B Amaranth

📋 copy color: '#D8214B'

red 216 ◦ green 33 ◦ blue 75

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

Shades of Amaranth #D8214B

Tints of Amaranth #D8214B

RGB

 RED value IS 216 (84.77% from 255) = 66.67%

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

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

R = 66.67%
G = 10.19%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8214B (or 0xD8214B) is known color: Amaranth. HEX triplet: D8, 21 and 4B. RGB value is (216,33,75). Sum of RGB (Red+Green+Blue) = 216+33+75=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D8214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8214B is #27DEB4. Grayscale: #5C5C5C. Windows color (decimal): -2612917 or 4923864. OLE color: 4923864.

HSL color Cylindrical-coordinate representation of color #D8214B: hue angle of 346.23º degrees, saturation: 0.73, 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 #D8214B is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 33 75 -
CMYK 0 0.85 0.65 0.15
HSL 346.23º 0.73% 0.49% -
HSV(B) 346.23º 0.85% 0.85% -
XYZ 30.13 16.19 8.19 -
YUV 92.51 118.13 216.08 -
System Red Green Blue C M Y K H S L
Decimal 216 33 75 0 0.85 0.65 0.15 346.23 0.73 0.49
Hex D8 21 4B 0 55 41 F 15A 49 31
Octal 330 41 113 0 125 101 17 532 111 61
Binary 11011000 100001 1001011 0 1010101 1000001 1111 101011010 1001001 110001

Color Harmonies of #D8214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8214B

Black with #D8214B

Text Example


Text Example

White with #D8214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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