Html Css Color HEX #D62152 Amaranth

📋 copy color: '#D62152'

red 214 ◦ green 33 ◦ blue 82

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

Shades of Amaranth #D62152

Tints of Amaranth #D62152

RGB

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

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

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

R = 65.05%
G = 10.03%
B = 24.92%

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

#D62152 (or 0xD62152) is known color: Amaranth. HEX triplet: D6, 21 and 52. RGB value is (214,33,82). Sum of RGB (Red+Green+Blue) = 214+33+82=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D62152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62152 is #29DEAD. Grayscale: #5C5C5C. Windows color (decimal): -2743982 or 5382614. OLE color: 5382614.

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

Color convert

RGB 214 33 82 -
CMYK 0 0.85 0.62 0.16
HSL 343.76º 0.73% 0.48% -
HSV(B) 343.76º 0.85% 0.84% -
XYZ 29.8 15.99 9.5 -
YUV 92.71 121.97 214.52 -
System Red Green Blue C M Y K H S L
Decimal 214 33 82 0 0.85 0.62 0.16 343.76 0.73 0.48
Hex D6 21 52 0 55 3E 10 158 49 30
Octal 326 41 122 0 125 76 20 530 111 60
Binary 11010110 100001 1010010 0 1010101 111110 10000 101011000 1001001 110000

Color Harmonies of #D62152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62152

Black with #D62152

Text Example


Text Example

White with #D62152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62152; }

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

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

background-color css

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

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

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

border-color css

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

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

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