Html Css Color HEX #D7525F Mandy

📋 copy color: '#D7525F'

red 215 ◦ green 82 ◦ blue 95

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

Shades of Mandy #D7525F

Tints of Mandy #D7525F

RGB

 RED value IS 215 (84.38% from 255) = 54.85%

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

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

R = 54.85%
G = 20.92%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7525F (or 0xD7525F) is known color: Mandy. HEX triplet: D7, 52 and 5F. RGB value is (215,82,95). Sum of RGB (Red+Green+Blue) = 215+82+95=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7525F is #28ADA0. Grayscale: #7B7B7B. Windows color (decimal): -2665889 or 6247127. OLE color: 6247127.

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

Color convert

RGB 215 82 95 -
CMYK 0 0.62 0.56 0.16
HSL 354.14º 0.62% 0.58% -
HSV(B) 354.14º 0.62% 0.84% -
XYZ 33.11 21.31 13.19 -
YUV 123.25 112.06 193.44 -
System Red Green Blue C M Y K H S L
Decimal 215 82 95 0 0.62 0.56 0.16 354.14 0.62 0.58
Hex D7 52 5F 0 3E 38 10 162 3E 3A
Octal 327 122 137 0 76 70 20 542 76 72
Binary 11010111 1010010 1011111 0 111110 111000 10000 101100010 111110 111010

Color Harmonies of #D7525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7525F

Black with #D7525F

Text Example


Text Example

White with #D7525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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