Html Css Color HEX #D6204B Amaranth

📋 copy color: '#D6204B'

red 214 ◦ green 32 ◦ blue 75

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

Shades of Amaranth #D6204B

Tints of Amaranth #D6204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.97%

 BLUE value IS 75 (29.69% from 255) = 23.36%

R = 66.67%
G = 9.97%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6204B (or 0xD6204B) is known color: Amaranth. HEX triplet: D6, 20 and 4B. RGB value is (214,32,75). Sum of RGB (Red+Green+Blue) = 214+32+75=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D6204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6204B is #29DFB4. Grayscale: #5B5B5B. Windows color (decimal): -2744245 or 4923606. OLE color: 4923606.

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

Color convert

RGB 214 32 75 -
CMYK 0 0.85 0.65 0.16
HSL 345.82º 0.74% 0.48% -
HSV(B) 345.82º 0.85% 0.84% -
XYZ 29.52 15.84 8.16 -
YUV 91.32 118.8 215.5 -
System Red Green Blue C M Y K H S L
Decimal 214 32 75 0 0.85 0.65 0.16 345.82 0.74 0.48
Hex D6 20 4B 0 55 41 10 15A 4A 30
Octal 326 40 113 0 125 101 20 532 112 60
Binary 11010110 100000 1001011 0 1010101 1000001 10000 101011010 1001010 110000

Color Harmonies of #D6204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6204B

Black with #D6204B

Text Example


Text Example

White with #D6204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6204B; }

 p { color: rgb(214,32,75); }

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

background-color css

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

 a { background-color: rgb(214,32,75); }

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

border-color css

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

 span { border-color: rgb(214,32,75); }

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