Html Css Color HEX #D62151 Amaranth

📋 copy color: '#D62151'

red 214 ◦ green 33 ◦ blue 81

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

Shades of Amaranth #D62151

Tints of Amaranth #D62151

RGB

 RED value IS 214 (83.98% from 255) = 65.24%

 GREEN value IS 33 (13.28% from 255) = 10.06%

 BLUE value IS 81 (32.03% from 255) = 24.7%

R = 65.24%
G = 10.06%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D62151 (or 0xD62151) is known color: Amaranth. HEX triplet: D6, 21 and 51. RGB value is (214,33,81). Sum of RGB (Red+Green+Blue) = 214+33+81=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D62151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62151 is #29DEAE. Grayscale: #5C5C5C. Windows color (decimal): -2743983 or 5317078. OLE color: 5317078.

HSL color Cylindrical-coordinate representation of color #D62151: hue angle of 344.09º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62151 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 81 -
CMYK 0 0.85 0.62 0.16
HSL 344.09º 0.73% 0.48% -
HSV(B) 344.09º 0.85% 0.84% -
XYZ 29.76 15.98 9.3 -
YUV 92.59 121.47 214.6 -
System Red Green Blue C M Y K H S L
Decimal 214 33 81 0 0.85 0.62 0.16 344.09 0.73 0.48
Hex D6 21 51 0 55 3E 10 158 49 30
Octal 326 41 121 0 125 76 20 530 111 60
Binary 11010110 100001 1010001 0 1010101 111110 10000 101011000 1001001 110000

Color Harmonies of #D62151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62151

Black with #D62151

Text Example


Text Example

White with #D62151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62151; }

 p { color: rgb(214,33,81); }

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

background-color css

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

 a { background-color: rgb(214,33,81); }

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

border-color css

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

 span { border-color: rgb(214,33,81); }

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