Html Css Color HEX #D1525B Mandy

📋 copy color: '#D1525B'

red 209 ◦ green 82 ◦ blue 91

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

Shades of Mandy #D1525B

Tints of Mandy #D1525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.82%

R = 54.71%
G = 21.47%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1525B (or 0xD1525B) is known color: Mandy. HEX triplet: D1, 52 and 5B. RGB value is (209,82,91). Sum of RGB (Red+Green+Blue) = 209+82+91=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1525B is #2EADA4. Grayscale: #797979. Windows color (decimal): -3059109 or 5984977. OLE color: 5984977.

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

Color convert

RGB 209 82 91 -
CMYK 0 0.61 0.56 0.18
HSL 355.75º 0.58% 0.57% -
HSV(B) 355.75º 0.61% 0.82% -
XYZ 31.2 20.35 12.18 -
YUV 121 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 209 82 91 0 0.61 0.56 0.18 355.75 0.58 0.57
Hex D1 52 5B 0 3D 38 12 164 3A 39
Octal 321 122 133 0 75 70 22 544 72 71
Binary 11010001 1010010 1011011 0 111101 111000 10010 101100100 111010 111001

Color Harmonies of #D1525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1525B

Black with #D1525B

Text Example


Text Example

White with #D1525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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