Html Css Color HEX #D1475B Mandy

📋 copy color: '#D1475B'

red 209 ◦ green 71 ◦ blue 91

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

Shades of Mandy #D1475B

Tints of Mandy #D1475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 56.33%
G = 19.14%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1475B (or 0xD1475B) is known color: Mandy. HEX triplet: D1, 47 and 5B. RGB value is (209,71,91). Sum of RGB (Red+Green+Blue) = 209+71+91=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1475B is #2EB8A4. Grayscale: #727272. Windows color (decimal): -3061925 or 5982161. OLE color: 5982161.

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

Color convert

RGB 209 71 91 -
CMYK 0 0.66 0.56 0.18
HSL 351.3º 0.6% 0.55% -
HSV(B) 351.3º 0.66% 0.82% -
XYZ 30.44 18.82 11.93 -
YUV 114.54 114.72 195.37 -
System Red Green Blue C M Y K H S L
Decimal 209 71 91 0 0.66 0.56 0.18 351.3 0.6 0.55
Hex D1 47 5B 0 42 38 12 15F 3C 37
Octal 321 107 133 0 102 70 22 537 74 67
Binary 11010001 1000111 1011011 0 1000010 111000 10010 101011111 111100 110111

Color Harmonies of #D1475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1475B

Black with #D1475B

Text Example


Text Example

White with #D1475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1475B; }

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

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

background-color css

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

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

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

border-color css

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

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

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