Html Css Color HEX #D1484A Mandy

📋 copy color: '#D1484A'

red 209 ◦ green 72 ◦ blue 74

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

Shades of Mandy #D1484A

Tints of Mandy #D1484A

RGB

 RED value IS 209 (82.03% from 255) = 58.87%

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

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

R = 58.87%
G = 20.28%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1484A (or 0xD1484A) is known color: Mandy. HEX triplet: D1, 48 and 4A. RGB value is (209,72,74). Sum of RGB (Red+Green+Blue) = 209+72+74=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1484A is #2EB7B5. Grayscale: #717171. Windows color (decimal): -3061686 or 4868305. OLE color: 4868305.

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

Color convert

RGB 209 72 74 -
CMYK 0 0.66 0.65 0.18
HSL 359.12º 0.6% 0.55% -
HSV(B) 359.12º 0.66% 0.82% -
XYZ 29.85 18.68 8.51 -
YUV 113.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 209 72 74 0 0.66 0.65 0.18 359.12 0.6 0.55
Hex D1 48 4A 0 42 41 12 167 3C 37
Octal 321 110 112 0 102 101 22 547 74 67
Binary 11010001 1001000 1001010 0 1000010 1000001 10010 101100111 111100 110111

Color Harmonies of #D1484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1484A

Black with #D1484A

Text Example


Text Example

White with #D1484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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