Html Css Color HEX #D93052 Amaranth

📋 copy color: '#D93052'

red 217 ◦ green 48 ◦ blue 82

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

Shades of Amaranth #D93052

Tints of Amaranth #D93052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

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

R = 62.54%
G = 13.83%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D93052 (or 0xD93052) is known color: Amaranth. HEX triplet: D9, 30 and 52. RGB value is (217,48,82). Sum of RGB (Red+Green+Blue) = 217+48+82=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D93052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93052 is #26CFAD. Grayscale: #666666. Windows color (decimal): -2543534 or 5386457. OLE color: 5386457.

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

Color convert

RGB 217 48 82 -
CMYK 0 0.78 0.62 0.15
HSL 347.93º 0.69% 0.52% -
HSV(B) 347.93º 0.78% 0.85% -
XYZ 31.2 17.47 9.71 -
YUV 102.41 116.49 209.74 -
System Red Green Blue C M Y K H S L
Decimal 217 48 82 0 0.78 0.62 0.15 347.93 0.69 0.52
Hex D9 30 52 0 4E 3E F 15C 45 34
Octal 331 60 122 0 116 76 17 534 105 64
Binary 11011001 110000 1010010 0 1001110 111110 1111 101011100 1000101 110100

Color Harmonies of #D93052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93052

Black with #D93052

Text Example


Text Example

White with #D93052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93052; }

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

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

background-color css

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

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

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

border-color css

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

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

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