Html Css Color HEX #D1585F Mandy

📋 copy color: '#D1585F'

red 209 ◦ green 88 ◦ blue 95

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

Shades of Mandy #D1585F

Tints of Mandy #D1585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.45%

 BLUE value IS 95 (37.5% from 255) = 24.23%

R = 53.32%
G = 22.45%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1585F (or 0xD1585F) is known color: Mandy. HEX triplet: D1, 58 and 5F. RGB value is (209,88,95). Sum of RGB (Red+Green+Blue) = 209+88+95=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D1585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1585F is #2EA7A0. Grayscale: #7D7D7D. Windows color (decimal): -3057569 or 6248657. OLE color: 6248657.

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

Color convert

RGB 209 88 95 -
CMYK 0 0.58 0.55 0.18
HSL 356.53º 0.57% 0.58% -
HSV(B) 356.53º 0.58% 0.82% -
XYZ 31.85 21.36 13.27 -
YUV 124.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 209 88 95 0 0.58 0.55 0.18 356.53 0.57 0.58
Hex D1 58 5F 0 3A 37 12 165 39 3A
Octal 321 130 137 0 72 67 22 545 71 72
Binary 11010001 1011000 1011111 0 111010 110111 10010 101100101 111001 111010

Color Harmonies of #D1585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1585F

Black with #D1585F

Text Example


Text Example

White with #D1585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1585F; }

 p { color: rgb(209,88,95); }

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

background-color css

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

 a { background-color: rgb(209,88,95); }

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

border-color css

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

 span { border-color: rgb(209,88,95); }

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