Html Css Color HEX #D7525C Mandy

📋 copy color: '#D7525C'

red 215 ◦ green 82 ◦ blue 92

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

Shades of Mandy #D7525C

Tints of Mandy #D7525C

RGB

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

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

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

R = 55.27%
G = 21.08%
B = 23.65%

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

#D7525C (or 0xD7525C) is known color: Mandy. HEX triplet: D7, 52 and 5C. RGB value is (215,82,92). Sum of RGB (Red+Green+Blue) = 215+82+92=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D7525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7525C is #28ADA3. Grayscale: #7B7B7B. Windows color (decimal): -2665892 or 6050519. OLE color: 6050519.

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

Color convert

RGB 215 82 92 -
CMYK 0 0.62 0.57 0.16
HSL 355.49º 0.62% 0.58% -
HSV(B) 355.49º 0.62% 0.84% -
XYZ 32.97 21.25 12.49 -
YUV 122.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 215 82 92 0 0.62 0.57 0.16 355.49 0.62 0.58
Hex D7 52 5C 0 3E 39 10 163 3E 3A
Octal 327 122 134 0 76 71 20 543 76 72
Binary 11010111 1010010 1011100 0 111110 111001 10000 101100011 111110 111010

Color Harmonies of #D7525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7525C

Black with #D7525C

Text Example


Text Example

White with #D7525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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