Html Css Color HEX #D93850 Amaranth

📋 copy color: '#D93850'

red 217 ◦ green 56 ◦ blue 80

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

Shades of Amaranth #D93850

Tints of Amaranth #D93850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.66%

R = 61.47%
G = 15.86%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D93850 (or 0xD93850) is known color: Amaranth. HEX triplet: D9, 38 and 50. RGB value is (217,56,80). Sum of RGB (Red+Green+Blue) = 217+56+80=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D93850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93850 is #26C7AF. Grayscale: #6A6A6A. Windows color (decimal): -2541488 or 5257433. OLE color: 5257433.

HSL color Cylindrical-coordinate representation of color #D93850: hue angle of 351.06º 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 #D93850 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 80 -
CMYK 0 0.74 0.63 0.15
HSL 351.06º 0.68% 0.54% -
HSV(B) 351.06º 0.74% 0.85% -
XYZ 31.48 18.16 9.44 -
YUV 106.88 112.84 206.55 -
System Red Green Blue C M Y K H S L
Decimal 217 56 80 0 0.74 0.63 0.15 351.06 0.68 0.54
Hex D9 38 50 0 4A 3F F 15F 44 36
Octal 331 70 120 0 112 77 17 537 104 66
Binary 11011001 111000 1010000 0 1001010 111111 1111 101011111 1000100 110110

Color Harmonies of #D93850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93850

Black with #D93850

Text Example


Text Example

White with #D93850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93850; }

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

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

background-color css

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

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

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

border-color css

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

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

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