Html Css Color HEX #D92052 Amaranth

📋 copy color: '#D92052'

red 217 ◦ green 32 ◦ blue 82

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

Shades of Amaranth #D92052

Tints of Amaranth #D92052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

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

R = 65.56%
G = 9.67%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D92052 (or 0xD92052) is known color: Amaranth. HEX triplet: D9, 20 and 52. RGB value is (217,32,82). Sum of RGB (Red+Green+Blue) = 217+32+82=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D92052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92052 is #26DFAD. Grayscale: #5C5C5C. Windows color (decimal): -2547630 or 5382361. OLE color: 5382361.

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

Color convert

RGB 217 32 82 -
CMYK 0 0.85 0.62 0.15
HSL 343.78º 0.74% 0.49% -
HSV(B) 343.78º 0.85% 0.85% -
XYZ 30.65 16.39 9.53 -
YUV 93.02 121.79 216.43 -
System Red Green Blue C M Y K H S L
Decimal 217 32 82 0 0.85 0.62 0.15 343.78 0.74 0.49
Hex D9 20 52 0 55 3E F 158 4A 31
Octal 331 40 122 0 125 76 17 530 112 61
Binary 11011001 100000 1010010 0 1010101 111110 1111 101011000 1001010 110001

Color Harmonies of #D92052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92052

Black with #D92052

Text Example


Text Example

White with #D92052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92052; }

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

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

background-color css

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

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

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

border-color css

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

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

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