Html Css Color HEX #D9384B Amaranth

📋 copy color: '#D9384B'

red 217 ◦ green 56 ◦ blue 75

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

Shades of Amaranth #D9384B

Tints of Amaranth #D9384B

RGB

 RED value IS 217 (85.16% from 255) = 62.36%

 GREEN value IS 56 (22.27% from 255) = 16.09%

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

R = 62.36%
G = 16.09%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9384B (or 0xD9384B) is known color: Amaranth. HEX triplet: D9, 38 and 4B. RGB value is (217,56,75). Sum of RGB (Red+Green+Blue) = 217+56+75=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9384B is #26C7B4. Grayscale: #6A6A6A. Windows color (decimal): -2541493 or 4929753. OLE color: 4929753.

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

Color convert

RGB 217 56 75 -
CMYK 0 0.74 0.65 0.15
HSL 352.92º 0.68% 0.54% -
HSV(B) 352.92º 0.74% 0.85% -
XYZ 31.3 18.09 8.5 -
YUV 106.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 217 56 75 0 0.74 0.65 0.15 352.92 0.68 0.54
Hex D9 38 4B 0 4A 41 F 161 44 36
Octal 331 70 113 0 112 101 17 541 104 66
Binary 11011001 111000 1001011 0 1001010 1000001 1111 101100001 1000100 110110

Color Harmonies of #D9384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9384B

Black with #D9384B

Text Example


Text Example

White with #D9384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9384B; }

 p { color: rgb(217,56,75); }

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

background-color css

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

 a { background-color: rgb(217,56,75); }

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

border-color css

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

 span { border-color: rgb(217,56,75); }

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