Html Css Color HEX #D6284B Amaranth

📋 copy color: '#D6284B'

red 214 ◦ green 40 ◦ blue 75

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

Shades of Amaranth #D6284B

Tints of Amaranth #D6284B

RGB

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

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

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

R = 65.05%
G = 12.16%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6284B (or 0xD6284B) is known color: Amaranth. HEX triplet: D6, 28 and 4B. RGB value is (214,40,75). Sum of RGB (Red+Green+Blue) = 214+40+75=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6284B is #29D7B4. Grayscale: #606060. Windows color (decimal): -2742197 or 4925654. OLE color: 4925654.

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

Color convert

RGB 214 40 75 -
CMYK 0 0.81 0.65 0.16
HSL 347.93º 0.69% 0.5% -
HSV(B) 347.93º 0.81% 0.84% -
XYZ 29.76 16.32 8.24 -
YUV 96.02 116.15 212.15 -
System Red Green Blue C M Y K H S L
Decimal 214 40 75 0 0.81 0.65 0.16 347.93 0.69 0.5
Hex D6 28 4B 0 51 41 10 15C 45 32
Octal 326 50 113 0 121 101 20 534 105 62
Binary 11010110 101000 1001011 0 1010001 1000001 10000 101011100 1000101 110010

Color Harmonies of #D6284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6284B

Black with #D6284B

Text Example


Text Example

White with #D6284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6284B; }

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

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

background-color css

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

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

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

border-color css

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

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

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