Html Css Color HEX #D92D4F Amaranth

📋 copy color: '#D92D4F'

red 217 ◦ green 45 ◦ blue 79

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

Shades of Amaranth #D92D4F

Tints of Amaranth #D92D4F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.2%

 BLUE value IS 79 (31.25% from 255) = 23.17%

R = 63.64%
G = 13.2%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D92D4F (or 0xD92D4F) is known color: Amaranth. HEX triplet: D9, 2D and 4F. RGB value is (217,45,79). Sum of RGB (Red+Green+Blue) = 217+45+79=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92D4F is #26D2B0. Grayscale: #646464. Windows color (decimal): -2544305 or 5189081. OLE color: 5189081.

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

Color convert

RGB 217 45 79 -
CMYK 0 0.79 0.64 0.15
HSL 348.14º 0.69% 0.51% -
HSV(B) 348.14º 0.79% 0.85% -
XYZ 30.96 17.19 9.08 -
YUV 100.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 217 45 79 0 0.79 0.64 0.15 348.14 0.69 0.51
Hex D9 2D 4F 0 4F 40 F 15C 45 33
Octal 331 55 117 0 117 100 17 534 105 63
Binary 11011001 101101 1001111 0 1001111 1000000 1111 101011100 1000101 110011

Color Harmonies of #D92D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92D4F

Black with #D92D4F

Text Example


Text Example

White with #D92D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92D4F; }

 p { color: rgb(217,45,79); }

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

background-color css

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

 a { background-color: rgb(217,45,79); }

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

border-color css

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

 span { border-color: rgb(217,45,79); }

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