Html Css Color HEX #D7525D Mandy

📋 copy color: '#D7525D'

red 215 ◦ green 82 ◦ blue 93

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

Shades of Mandy #D7525D

Tints of Mandy #D7525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.85%

R = 55.13%
G = 21.03%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7525D (or 0xD7525D) is known color: Mandy. HEX triplet: D7, 52 and 5D. RGB value is (215,82,93). Sum of RGB (Red+Green+Blue) = 215+82+93=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D7525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7525D is #28ADA2. Grayscale: #7B7B7B. Windows color (decimal): -2665891 or 6116055. OLE color: 6116055.

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

Color convert

RGB 215 82 93 -
CMYK 0 0.62 0.57 0.16
HSL 355.04º 0.62% 0.58% -
HSV(B) 355.04º 0.62% 0.84% -
XYZ 33.02 21.27 12.72 -
YUV 123.02 111.06 193.61 -
System Red Green Blue C M Y K H S L
Decimal 215 82 93 0 0.62 0.57 0.16 355.04 0.62 0.58
Hex D7 52 5D 0 3E 39 10 163 3E 3A
Octal 327 122 135 0 76 71 20 543 76 72
Binary 11010111 1010010 1011101 0 111110 111001 10000 101100011 111110 111010

Color Harmonies of #D7525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7525D

Black with #D7525D

Text Example


Text Example

White with #D7525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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