Html Css Color HEX #D8304B Amaranth

📋 copy color: '#D8304B'

red 216 ◦ green 48 ◦ blue 75

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

Shades of Amaranth #D8304B

Tints of Amaranth #D8304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.16%

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

R = 63.72%
G = 14.16%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8304B (or 0xD8304B) is known color: Amaranth. HEX triplet: D8, 30 and 4B. RGB value is (216,48,75). Sum of RGB (Red+Green+Blue) = 216+48+75=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D8304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8304B is #27CFB4. Grayscale: #656565. Windows color (decimal): -2609077 or 4927704. OLE color: 4927704.

HSL color Cylindrical-coordinate representation of color #D8304B: hue angle of 350.36º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8304B is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 48 75 -
CMYK 0 0.78 0.65 0.15
HSL 350.36º 0.68% 0.52% -
HSV(B) 350.36º 0.78% 0.85% -
XYZ 30.65 17.22 8.37 -
YUV 101.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 216 48 75 0 0.78 0.65 0.15 350.36 0.68 0.52
Hex D8 30 4B 0 4E 41 F 15E 44 34
Octal 330 60 113 0 116 101 17 536 104 64
Binary 11011000 110000 1001011 0 1001110 1000001 1111 101011110 1000100 110100

Color Harmonies of #D8304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8304B

Black with #D8304B

Text Example


Text Example

White with #D8304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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