Html Css Color HEX #D93652 Amaranth

📋 copy color: '#D93652'

red 217 ◦ green 54 ◦ blue 82

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

Shades of Amaranth #D93652

Tints of Amaranth #D93652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.3%

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 61.47%
G = 15.3%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D93652 (or 0xD93652) is known color: Amaranth. HEX triplet: D9, 36 and 52. RGB value is (217,54,82). Sum of RGB (Red+Green+Blue) = 217+54+82=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D93652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93652 is #26C9AD. Grayscale: #696969. Windows color (decimal): -2541998 or 5387993. OLE color: 5387993.

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

Color convert

RGB 217 54 82 -
CMYK 0 0.75 0.62 0.15
HSL 349.69º 0.68% 0.53% -
HSV(B) 349.69º 0.75% 0.85% -
XYZ 31.46 18 9.8 -
YUV 105.93 114.5 207.22 -
System Red Green Blue C M Y K H S L
Decimal 217 54 82 0 0.75 0.62 0.15 349.69 0.68 0.53
Hex D9 36 52 0 4B 3E F 15E 44 35
Octal 331 66 122 0 113 76 17 536 104 65
Binary 11011001 110110 1010010 0 1001011 111110 1111 101011110 1000100 110101

Color Harmonies of #D93652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93652

Black with #D93652

Text Example


Text Example

White with #D93652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93652; }

 p { color: rgb(217,54,82); }

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

background-color css

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

 a { background-color: rgb(217,54,82); }

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

border-color css

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

 span { border-color: rgb(217,54,82); }

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