Html Css Color HEX #D1475D Mandy

📋 copy color: '#D1475D'

red 209 ◦ green 71 ◦ blue 93

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

Shades of Mandy #D1475D

Tints of Mandy #D1475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.93%

R = 56.03%
G = 19.03%
B = 24.93%

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

#D1475D (or 0xD1475D) is known color: Mandy. HEX triplet: D1, 47 and 5D. RGB value is (209,71,93). Sum of RGB (Red+Green+Blue) = 209+71+93=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1475D is #2EB8A2. Grayscale: #727272. Windows color (decimal): -3061923 or 6113233. OLE color: 6113233.

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

Color convert

RGB 209 71 93 -
CMYK 0 0.66 0.56 0.18
HSL 350.43º 0.6% 0.55% -
HSV(B) 350.43º 0.66% 0.82% -
XYZ 30.52 18.85 12.39 -
YUV 114.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 209 71 93 0 0.66 0.56 0.18 350.43 0.6 0.55
Hex D1 47 5D 0 42 38 12 15E 3C 37
Octal 321 107 135 0 102 70 22 536 74 67
Binary 11010001 1000111 1011101 0 1000010 111000 10010 101011110 111100 110111

Color Harmonies of #D1475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1475D

Black with #D1475D

Text Example


Text Example

White with #D1475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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