Html Css Color HEX #D1484F Mandy

📋 copy color: '#D1484F'

red 209 ◦ green 72 ◦ blue 79

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

Shades of Mandy #D1484F

Tints of Mandy #D1484F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.94%

R = 58.06%
G = 20%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1484F (or 0xD1484F) is known color: Mandy. HEX triplet: D1, 48 and 4F. RGB value is (209,72,79). Sum of RGB (Red+Green+Blue) = 209+72+79=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D1484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1484F is #2EB7B0. Grayscale: #717171. Windows color (decimal): -3061681 or 5195985. OLE color: 5195985.

HSL color Cylindrical-coordinate representation of color #D1484F: hue angle of 356.93º 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 #D1484F is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 79 -
CMYK 0 0.66 0.62 0.18
HSL 356.93º 0.6% 0.55% -
HSV(B) 356.93º 0.66% 0.82% -
XYZ 30.02 18.75 9.43 -
YUV 113.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 209 72 79 0 0.66 0.62 0.18 356.93 0.6 0.55
Hex D1 48 4F 0 42 3E 12 165 3C 37
Octal 321 110 117 0 102 76 22 545 74 67
Binary 11010001 1001000 1001111 0 1000010 111110 10010 101100101 111100 110111

Color Harmonies of #D1484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1484F

Black with #D1484F

Text Example


Text Example

White with #D1484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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