Html Css Color HEX #D3484A Mandy

📋 copy color: '#D3484A'

red 211 ◦ green 72 ◦ blue 74

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

Shades of Mandy #D3484A

Tints of Mandy #D3484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.17%

 BLUE value IS 74 (29.3% from 255) = 20.73%

R = 59.1%
G = 20.17%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D3484A (or 0xD3484A) is known color: Mandy. HEX triplet: D3, 48 and 4A. RGB value is (211,72,74). Sum of RGB (Red+Green+Blue) = 211+72+74=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D3484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3484A is #2CB7B5. Grayscale: #717171. Windows color (decimal): -2930614 or 4868307. OLE color: 4868307.

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

Color convert

RGB 211 72 74 -
CMYK 0 0.66 0.65 0.17
HSL 359.14º 0.61% 0.55% -
HSV(B) 359.14º 0.66% 0.83% -
XYZ 30.42 18.98 8.54 -
YUV 113.79 105.55 197.34 -
System Red Green Blue C M Y K H S L
Decimal 211 72 74 0 0.66 0.65 0.17 359.14 0.61 0.55
Hex D3 48 4A 0 42 41 11 167 3D 37
Octal 323 110 112 0 102 101 21 547 75 67
Binary 11010011 1001000 1001010 0 1000010 1000001 10001 101100111 111101 110111

Color Harmonies of #D3484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3484A

Black with #D3484A

Text Example


Text Example

White with #D3484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3484A; }

 p { color: rgb(211,72,74); }

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

background-color css

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

 a { background-color: rgb(211,72,74); }

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

border-color css

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

 span { border-color: rgb(211,72,74); }

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