Html Css Color HEX #D62852 Amaranth

📋 copy color: '#D62852'

red 214 ◦ green 40 ◦ blue 82

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

Shades of Amaranth #D62852

Tints of Amaranth #D62852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.9%

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

R = 63.69%
G = 11.9%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D62852 (or 0xD62852) is known color: Amaranth. HEX triplet: D6, 28 and 52. RGB value is (214,40,82). Sum of RGB (Red+Green+Blue) = 214+40+82=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D62852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62852 is #29D7AD. Grayscale: #606060. Windows color (decimal): -2742190 or 5384406. OLE color: 5384406.

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

Color convert

RGB 214 40 82 -
CMYK 0 0.81 0.62 0.16
HSL 345.52º 0.69% 0.5% -
HSV(B) 345.52º 0.81% 0.84% -
XYZ 30.01 16.42 9.57 -
YUV 96.81 119.65 211.58 -
System Red Green Blue C M Y K H S L
Decimal 214 40 82 0 0.81 0.62 0.16 345.52 0.69 0.5
Hex D6 28 52 0 51 3E 10 15A 45 32
Octal 326 50 122 0 121 76 20 532 105 62
Binary 11010110 101000 1010010 0 1010001 111110 10000 101011010 1000101 110010

Color Harmonies of #D62852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62852

Black with #D62852

Text Example


Text Example

White with #D62852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62852; }

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

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

background-color css

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

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

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

border-color css

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

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

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