Html Css Color HEX #D62352 Amaranth

📋 copy color: '#D62352'

red 214 ◦ green 35 ◦ blue 82

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

Shades of Amaranth #D62352

Tints of Amaranth #D62352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.57%

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

R = 64.65%
G = 10.57%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D62352 (or 0xD62352) is known color: Amaranth. HEX triplet: D6, 23 and 52. RGB value is (214,35,82). Sum of RGB (Red+Green+Blue) = 214+35+82=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D62352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62352 is #29DCAD. Grayscale: #5D5D5D. Windows color (decimal): -2743470 or 5383126. OLE color: 5383126.

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

Color convert

RGB 214 35 82 -
CMYK 0 0.84 0.62 0.16
HSL 344.25º 0.72% 0.49% -
HSV(B) 344.25º 0.84% 0.84% -
XYZ 29.86 16.11 9.52 -
YUV 93.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 214 35 82 0 0.84 0.62 0.16 344.25 0.72 0.49
Hex D6 23 52 0 54 3E 10 158 48 31
Octal 326 43 122 0 124 76 20 530 110 61
Binary 11010110 100011 1010010 0 1010100 111110 10000 101011000 1001000 110001

Color Harmonies of #D62352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62352

Black with #D62352

Text Example


Text Example

White with #D62352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62352; }

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

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

background-color css

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

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

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

border-color css

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

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

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