Html Css Color HEX #D93755 Amaranth

📋 copy color: '#D93755'

red 217 ◦ green 55 ◦ blue 85

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

Shades of Amaranth #D93755

Tints of Amaranth #D93755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.41%

 BLUE value IS 85 (33.59% from 255) = 23.81%

R = 60.78%
G = 15.41%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D93755 (or 0xD93755) is known color: Amaranth. HEX triplet: D9, 37 and 55. RGB value is (217,55,85). Sum of RGB (Red+Green+Blue) = 217+55+85=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D93755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93755 is #26C8AA. Grayscale: #6A6A6A. Windows color (decimal): -2541739 or 5584857. OLE color: 5584857.

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

Color convert

RGB 217 55 85 -
CMYK 0 0.75 0.61 0.15
HSL 348.89º 0.68% 0.53% -
HSV(B) 348.89º 0.75% 0.85% -
XYZ 31.62 18.14 10.43 -
YUV 106.86 115.67 206.56 -
System Red Green Blue C M Y K H S L
Decimal 217 55 85 0 0.75 0.61 0.15 348.89 0.68 0.53
Hex D9 37 55 0 4B 3D F 15D 44 35
Octal 331 67 125 0 113 75 17 535 104 65
Binary 11011001 110111 1010101 0 1001011 111101 1111 101011101 1000100 110101

Color Harmonies of #D93755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93755

Black with #D93755

Text Example


Text Example

White with #D93755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93755; }

 p { color: rgb(217,55,85); }

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

background-color css

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

 a { background-color: rgb(217,55,85); }

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

border-color css

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

 span { border-color: rgb(217,55,85); }

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