Html Css Color HEX #D1525F Mandy

📋 copy color: '#D1525F'

red 209 ◦ green 82 ◦ blue 95

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

Shades of Mandy #D1525F

Tints of Mandy #D1525F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.24%

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

R = 54.15%
G = 21.24%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1525F (or 0xD1525F) is known color: Mandy. HEX triplet: D1, 52 and 5F. RGB value is (209,82,95). Sum of RGB (Red+Green+Blue) = 209+82+95=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1525F is #2EADA0. Grayscale: #797979. Windows color (decimal): -3059105 or 6247121. OLE color: 6247121.

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

Color convert

RGB 209 82 95 -
CMYK 0 0.61 0.55 0.18
HSL 353.86º 0.58% 0.57% -
HSV(B) 353.86º 0.61% 0.82% -
XYZ 31.38 20.42 13.11 -
YUV 121.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 209 82 95 0 0.61 0.55 0.18 353.86 0.58 0.57
Hex D1 52 5F 0 3D 37 12 162 3A 39
Octal 321 122 137 0 75 67 22 542 72 71
Binary 11010001 1010010 1011111 0 111101 110111 10010 101100010 111010 111001

Color Harmonies of #D1525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1525F

Black with #D1525F

Text Example


Text Example

White with #D1525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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