Html Css Color HEX #D8525B Mandy

📋 copy color: '#D8525B'

red 216 ◦ green 82 ◦ blue 91

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

Shades of Mandy #D8525B

Tints of Mandy #D8525B

RGB

 RED value IS 216 (84.77% from 255) = 55.53%

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

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

R = 55.53%
G = 21.08%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8525B (or 0xD8525B) is known color: Mandy. HEX triplet: D8, 52 and 5B. RGB value is (216,82,91). Sum of RGB (Red+Green+Blue) = 216+82+91=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8525B is #27ADA4. Grayscale: #7B7B7B. Windows color (decimal): -2600357 or 5984984. OLE color: 5984984.

HSL color Cylindrical-coordinate representation of color #D8525B: hue angle of 355.97º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8525B is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 82 91 -
CMYK 0 0.62 0.58 0.15
HSL 355.97º 0.63% 0.58% -
HSV(B) 355.97º 0.62% 0.85% -
XYZ 33.22 21.39 12.27 -
YUV 123.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 216 82 91 0 0.62 0.58 0.15 355.97 0.63 0.58
Hex D8 52 5B 0 3E 3A F 164 3F 3A
Octal 330 122 133 0 76 72 17 544 77 72
Binary 11011000 1010010 1011011 0 111110 111010 1111 101100100 111111 111010

Color Harmonies of #D8525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8525B

Black with #D8525B

Text Example


Text Example

White with #D8525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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