Html Css Color HEX #D8334B Amaranth

📋 copy color: '#D8334B'

red 216 ◦ green 51 ◦ blue 75

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

Shades of Amaranth #D8334B

Tints of Amaranth #D8334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

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

R = 63.16%
G = 14.91%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8334B (or 0xD8334B) is known color: Amaranth. HEX triplet: D8, 33 and 4B. RGB value is (216,51,75). Sum of RGB (Red+Green+Blue) = 216+51+75=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8334B is #27CCB4. Grayscale: #676767. Windows color (decimal): -2608309 or 4928472. OLE color: 4928472.

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

Color convert

RGB 216 51 75 -
CMYK 0 0.76 0.65 0.15
HSL 351.27º 0.68% 0.52% -
HSV(B) 351.27º 0.76% 0.85% -
XYZ 30.77 17.47 8.41 -
YUV 103.07 112.16 208.55 -
System Red Green Blue C M Y K H S L
Decimal 216 51 75 0 0.76 0.65 0.15 351.27 0.68 0.52
Hex D8 33 4B 0 4C 41 F 15F 44 34
Octal 330 63 113 0 114 101 17 537 104 64
Binary 11011000 110011 1001011 0 1001100 1000001 1111 101011111 1000100 110100

Color Harmonies of #D8334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8334B

Black with #D8334B

Text Example


Text Example

White with #D8334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8334B; }

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

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

background-color css

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

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

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

border-color css

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

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

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