Html Css Color HEX #D1485A Mandy

📋 copy color: '#D1485A'

red 209 ◦ green 72 ◦ blue 90

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

Shades of Mandy #D1485A

Tints of Mandy #D1485A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.26%

R = 56.33%
G = 19.41%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1485A (or 0xD1485A) is known color: Mandy. HEX triplet: D1, 48 and 5A. RGB value is (209,72,90). Sum of RGB (Red+Green+Blue) = 209+72+90=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1485A is #2EB7A5. Grayscale: #737373. Windows color (decimal): -3061670 or 5916881. OLE color: 5916881.

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

Color convert

RGB 209 72 90 -
CMYK 0 0.66 0.57 0.18
HSL 352.12º 0.6% 0.55% -
HSV(B) 352.12º 0.66% 0.82% -
XYZ 30.46 18.93 11.72 -
YUV 115.02 113.89 195.04 -
System Red Green Blue C M Y K H S L
Decimal 209 72 90 0 0.66 0.57 0.18 352.12 0.6 0.55
Hex D1 48 5A 0 42 39 12 160 3C 37
Octal 321 110 132 0 102 71 22 540 74 67
Binary 11010001 1001000 1011010 0 1000010 111001 10010 101100000 111100 110111

Color Harmonies of #D1485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1485A

Black with #D1485A

Text Example


Text Example

White with #D1485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1485A; }

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

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

background-color css

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

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

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

border-color css

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

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

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