Html Css Color HEX #D1485D Mandy

📋 copy color: '#D1485D'

red 209 ◦ green 72 ◦ blue 93

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

Shades of Mandy #D1485D

Tints of Mandy #D1485D

RGB

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

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

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

R = 55.88%
G = 19.25%
B = 24.87%

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

#D1485D (or 0xD1485D) is known color: Mandy. HEX triplet: D1, 48 and 5D. RGB value is (209,72,93). Sum of RGB (Red+Green+Blue) = 209+72+93=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D1485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1485D is #2EB7A2. Grayscale: #737373. Windows color (decimal): -3061667 or 6113489. OLE color: 6113489.

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

Color convert

RGB 209 72 93 -
CMYK 0 0.66 0.56 0.18
HSL 350.8º 0.6% 0.55% -
HSV(B) 350.8º 0.66% 0.82% -
XYZ 30.59 18.98 12.41 -
YUV 115.36 115.39 194.79 -
System Red Green Blue C M Y K H S L
Decimal 209 72 93 0 0.66 0.56 0.18 350.8 0.6 0.55
Hex D1 48 5D 0 42 38 12 15F 3C 37
Octal 321 110 135 0 102 70 22 537 74 67
Binary 11010001 1001000 1011101 0 1000010 111000 10010 101011111 111100 110111

Color Harmonies of #D1485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1485D

Black with #D1485D

Text Example


Text Example

White with #D1485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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