Html Css Color HEX #D8525C Mandy

📋 copy color: '#D8525C'

red 216 ◦ green 82 ◦ blue 92

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

Shades of Mandy #D8525C

Tints of Mandy #D8525C

RGB

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

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

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

R = 55.38%
G = 21.03%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8525C (or 0xD8525C) is known color: Mandy. HEX triplet: D8, 52 and 5C. RGB value is (216,82,92). Sum of RGB (Red+Green+Blue) = 216+82+92=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8525C is #27ADA3. Grayscale: #7B7B7B. Windows color (decimal): -2600356 or 6050520. OLE color: 6050520.

HSL color Cylindrical-coordinate representation of color #D8525C: hue angle of 355.52º 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 #D8525C is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 82 92 -
CMYK 0 0.62 0.57 0.15
HSL 355.52º 0.63% 0.58% -
HSV(B) 355.52º 0.62% 0.85% -
XYZ 33.27 21.41 12.5 -
YUV 123.21 110.39 194.19 -
System Red Green Blue C M Y K H S L
Decimal 216 82 92 0 0.62 0.57 0.15 355.52 0.63 0.58
Hex D8 52 5C 0 3E 39 F 164 3F 3A
Octal 330 122 134 0 76 71 17 544 77 72
Binary 11011000 1010010 1011100 0 111110 111001 1111 101100100 111111 111010

Color Harmonies of #D8525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8525C

Black with #D8525C

Text Example


Text Example

White with #D8525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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