Html Css Color HEX #D33051 Amaranth

📋 copy color: '#D33051'

red 211 ◦ green 48 ◦ blue 81

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

Shades of Amaranth #D33051

Tints of Amaranth #D33051

RGB

 RED value IS 211 (82.81% from 255) = 62.06%

 GREEN value IS 48 (19.14% from 255) = 14.12%

 BLUE value IS 81 (32.03% from 255) = 23.82%

R = 62.06%
G = 14.12%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D33051 (or 0xD33051) is known color: Amaranth. HEX triplet: D3, 30 and 51. RGB value is (211,48,81). Sum of RGB (Red+Green+Blue) = 211+48+81=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D33051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33051 is #2CCFAE. Grayscale: #646464. Windows color (decimal): -2936751 or 5320915. OLE color: 5320915.

HSL color Cylindrical-coordinate representation of color #D33051: hue angle of 347.85º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33051 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 48 81 -
CMYK 0 0.77 0.62 0.17
HSL 347.85º 0.65% 0.51% -
HSV(B) 347.85º 0.77% 0.83% -
XYZ 29.41 16.56 9.43 -
YUV 100.5 117 206.82 -
System Red Green Blue C M Y K H S L
Decimal 211 48 81 0 0.77 0.62 0.17 347.85 0.65 0.51
Hex D3 30 51 0 4D 3E 11 15C 41 33
Octal 323 60 121 0 115 76 21 534 101 63
Binary 11010011 110000 1010001 0 1001101 111110 10001 101011100 1000001 110011

Color Harmonies of #D33051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33051

Black with #D33051

Text Example


Text Example

White with #D33051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33051; }

 p { color: rgb(211,48,81); }

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

background-color css

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

 a { background-color: rgb(211,48,81); }

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

border-color css

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

 span { border-color: rgb(211,48,81); }

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