Html Css Color HEX #D1525E Mandy

📋 copy color: '#D1525E'

red 209 ◦ green 82 ◦ blue 94

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

Shades of Mandy #D1525E

Tints of Mandy #D1525E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.42%

R = 54.29%
G = 21.3%
B = 24.42%

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

#D1525E (or 0xD1525E) is known color: Mandy. HEX triplet: D1, 52 and 5E. RGB value is (209,82,94). Sum of RGB (Red+Green+Blue) = 209+82+94=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D1525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1525E is #2EADA1. Grayscale: #797979. Windows color (decimal): -3059106 or 6181585. OLE color: 6181585.

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

Color convert

RGB 209 82 94 -
CMYK 0 0.61 0.55 0.18
HSL 354.33º 0.58% 0.57% -
HSV(B) 354.33º 0.61% 0.82% -
XYZ 31.33 20.4 12.88 -
YUV 121.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 209 82 94 0 0.61 0.55 0.18 354.33 0.58 0.57
Hex D1 52 5E 0 3D 37 12 162 3A 39
Octal 321 122 136 0 75 67 22 542 72 71
Binary 11010001 1010010 1011110 0 111101 110111 10010 101100010 111010 111001

Color Harmonies of #D1525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1525E

Black with #D1525E

Text Example


Text Example

White with #D1525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1525E; }

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

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

background-color css

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

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

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

border-color css

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

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

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