Html Css Color HEX #D1474D Mandy

📋 copy color: '#D1474D'

red 209 ◦ green 71 ◦ blue 77

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

Shades of Mandy #D1474D

Tints of Mandy #D1474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 58.54%
G = 19.89%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1474D (or 0xD1474D) is known color: Mandy. HEX triplet: D1, 47 and 4D. RGB value is (209,71,77). Sum of RGB (Red+Green+Blue) = 209+71+77=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D1474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1474D is #2EB8B2. Grayscale: #717171. Windows color (decimal): -3061939 or 5064657. OLE color: 5064657.

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

Color convert

RGB 209 71 77 -
CMYK 0 0.66 0.63 0.18
HSL 357.39º 0.6% 0.55% -
HSV(B) 357.39º 0.66% 0.82% -
XYZ 29.89 18.6 9.04 -
YUV 112.95 107.72 196.51 -
System Red Green Blue C M Y K H S L
Decimal 209 71 77 0 0.66 0.63 0.18 357.39 0.6 0.55
Hex D1 47 4D 0 42 3F 12 165 3C 37
Octal 321 107 115 0 102 77 22 545 74 67
Binary 11010001 1000111 1001101 0 1000010 111111 10010 101100101 111100 110111

Color Harmonies of #D1474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1474D

Black with #D1474D

Text Example


Text Example

White with #D1474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1474D; }

 p { color: rgb(209,71,77); }

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

background-color css

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

 a { background-color: rgb(209,71,77); }

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

border-color css

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

 span { border-color: rgb(209,71,77); }

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