Html Css Color HEX #D62652 Amaranth

📋 copy color: '#D62652'

red 214 ◦ green 38 ◦ blue 82

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

Shades of Amaranth #D62652

Tints of Amaranth #D62652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.38%

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

R = 64.07%
G = 11.38%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D62652 (or 0xD62652) is known color: Amaranth. HEX triplet: D6, 26 and 52. RGB value is (214,38,82). Sum of RGB (Red+Green+Blue) = 214+38+82=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D62652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62652 is #29D9AD. Grayscale: #5F5F5F. Windows color (decimal): -2742702 or 5383894. OLE color: 5383894.

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

Color convert

RGB 214 38 82 -
CMYK 0 0.82 0.62 0.16
HSL 345º 0.7% 0.49% -
HSV(B) 345º 0.82% 0.84% -
XYZ 29.95 16.29 9.55 -
YUV 95.64 120.31 212.42 -
System Red Green Blue C M Y K H S L
Decimal 214 38 82 0 0.82 0.62 0.16 345 0.7 0.49
Hex D6 26 52 0 52 3E 10 159 46 31
Octal 326 46 122 0 122 76 20 531 106 61
Binary 11010110 100110 1010010 0 1010010 111110 10000 101011001 1000110 110001

Color Harmonies of #D62652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62652

Black with #D62652

Text Example


Text Example

White with #D62652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62652; }

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

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

background-color css

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

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

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

border-color css

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

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

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