Html Css Color HEX #D1464A Mandy

📋 copy color: '#D1464A'

red 209 ◦ green 70 ◦ blue 74

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

Shades of Mandy #D1464A

Tints of Mandy #D1464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.83%

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

R = 59.21%
G = 19.83%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1464A (or 0xD1464A) is known color: Mandy. HEX triplet: D1, 46 and 4A. RGB value is (209,70,74). Sum of RGB (Red+Green+Blue) = 209+70+74=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1464A is #2EB9B5. Grayscale: #707070. Windows color (decimal): -3062198 or 4867793. OLE color: 4867793.

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

Color convert

RGB 209 70 74 -
CMYK 0 0.67 0.65 0.18
HSL 358.27º 0.6% 0.55% -
HSV(B) 358.27º 0.67% 0.82% -
XYZ 29.72 18.43 8.47 -
YUV 112.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 209 70 74 0 0.67 0.65 0.18 358.27 0.6 0.55
Hex D1 46 4A 0 43 41 12 166 3C 37
Octal 321 106 112 0 103 101 22 546 74 67
Binary 11010001 1000110 1001010 0 1000011 1000001 10010 101100110 111100 110111

Color Harmonies of #D1464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1464A

Black with #D1464A

Text Example


Text Example

White with #D1464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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