Html Css Color HEX #D1485F Mandy

📋 copy color: '#D1485F'

red 209 ◦ green 72 ◦ blue 95

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

Shades of Mandy #D1485F

Tints of Mandy #D1485F

RGB

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

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

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

R = 55.59%
G = 19.15%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1485F (or 0xD1485F) is known color: Mandy. HEX triplet: D1, 48 and 5F. RGB value is (209,72,95). Sum of RGB (Red+Green+Blue) = 209+72+95=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D1485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1485F is #2EB7A0. Grayscale: #737373. Windows color (decimal): -3061665 or 6244561. OLE color: 6244561.

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

Color convert

RGB 209 72 95 -
CMYK 0 0.66 0.55 0.18
HSL 349.93º 0.6% 0.55% -
HSV(B) 349.93º 0.66% 0.82% -
XYZ 30.68 19.02 12.88 -
YUV 115.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 209 72 95 0 0.66 0.55 0.18 349.93 0.6 0.55
Hex D1 48 5F 0 42 37 12 15E 3C 37
Octal 321 110 137 0 102 67 22 536 74 67
Binary 11010001 1001000 1011111 0 1000010 110111 10010 101011110 111100 110111

Color Harmonies of #D1485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1485F

Black with #D1485F

Text Example


Text Example

White with #D1485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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