Html Css Color HEX #D1485C Mandy

📋 copy color: '#D1485C'

red 209 ◦ green 72 ◦ blue 92

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

Shades of Mandy #D1485C

Tints of Mandy #D1485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.66%

R = 56.03%
G = 19.3%
B = 24.66%

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

#D1485C (or 0xD1485C) is known color: Mandy. HEX triplet: D1, 48 and 5C. RGB value is (209,72,92). Sum of RGB (Red+Green+Blue) = 209+72+92=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1485C is #2EB7A3. Grayscale: #737373. Windows color (decimal): -3061668 or 6047953. OLE color: 6047953.

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

Color convert

RGB 209 72 92 -
CMYK 0 0.66 0.56 0.18
HSL 351.24º 0.6% 0.55% -
HSV(B) 351.24º 0.66% 0.82% -
XYZ 30.54 18.96 12.18 -
YUV 115.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 209 72 92 0 0.66 0.56 0.18 351.24 0.6 0.55
Hex D1 48 5C 0 42 38 12 15F 3C 37
Octal 321 110 134 0 102 70 22 537 74 67
Binary 11010001 1001000 1011100 0 1000010 111000 10010 101011111 111100 110111

Color Harmonies of #D1485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1485C

Black with #D1485C

Text Example


Text Example

White with #D1485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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