Html Css Color HEX #D33953 Amaranth

📋 copy color: '#D33953'

red 211 ◦ green 57 ◦ blue 83

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

Shades of Amaranth #D33953

Tints of Amaranth #D33953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.24%

 BLUE value IS 83 (32.81% from 255) = 23.65%

R = 60.11%
G = 16.24%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D33953 (or 0xD33953) is known color: Amaranth. HEX triplet: D3, 39 and 53. RGB value is (211,57,83). Sum of RGB (Red+Green+Blue) = 211+57+83=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D33953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33953 is #2CC6AC. Grayscale: #6A6A6A. Windows color (decimal): -2934445 or 5454291. OLE color: 5454291.

HSL color Cylindrical-coordinate representation of color #D33953: hue angle of 349.87º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33953 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 57 83 -
CMYK 0 0.73 0.61 0.17
HSL 349.87º 0.64% 0.53% -
HSV(B) 349.87º 0.73% 0.83% -
XYZ 29.89 17.4 9.97 -
YUV 106.01 115.02 202.89 -
System Red Green Blue C M Y K H S L
Decimal 211 57 83 0 0.73 0.61 0.17 349.87 0.64 0.53
Hex D3 39 53 0 49 3D 11 15E 40 35
Octal 323 71 123 0 111 75 21 536 100 65
Binary 11010011 111001 1010011 0 1001001 111101 10001 101011110 1000000 110101

Color Harmonies of #D33953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33953

Black with #D33953

Text Example


Text Example

White with #D33953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33953; }

 p { color: rgb(211,57,83); }

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

background-color css

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

 a { background-color: rgb(211,57,83); }

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

border-color css

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

 span { border-color: rgb(211,57,83); }

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