Html Css Color HEX #D62155 Amaranth

📋 copy color: '#D62155'

red 214 ◦ green 33 ◦ blue 85

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

Shades of Amaranth #D62155

Tints of Amaranth #D62155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 64.46%
G = 9.94%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D62155 (or 0xD62155) is known color: Amaranth. HEX triplet: D6, 21 and 55. RGB value is (214,33,85). Sum of RGB (Red+Green+Blue) = 214+33+85=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D62155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62155 is #29DEAA. Grayscale: #5D5D5D. Windows color (decimal): -2743979 or 5579222. OLE color: 5579222.

HSL color Cylindrical-coordinate representation of color #D62155: hue angle of 342.76º 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 #D62155 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 85 -
CMYK 0 0.85 0.60 0.16
HSL 342.76º 0.73% 0.48% -
HSV(B) 342.76º 0.85% 0.84% -
XYZ 29.92 16.04 10.11 -
YUV 93.05 123.47 214.27 -
System Red Green Blue C M Y K H S L
Decimal 214 33 85 0 0.85 0.60 0.16 342.76 0.73 0.48
Hex D6 21 55 0 55 3C 10 157 49 30
Octal 326 41 125 0 125 74 20 527 111 60
Binary 11010110 100001 1010101 0 1010101 111100 10000 101010111 1001001 110000

Color Harmonies of #D62155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62155

Black with #D62155

Text Example


Text Example

White with #D62155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62155; }

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

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

background-color css

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

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

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

border-color css

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

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

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