Html Css Color HEX #D4525E Mandy

📋 copy color: '#D4525E'

red 212 ◦ green 82 ◦ blue 94

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

Shades of Mandy #D4525E

Tints of Mandy #D4525E

RGB

 RED value IS 212 (83.2% from 255) = 54.64%

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

 BLUE value IS 94 (37.11% from 255) = 24.23%

R = 54.64%
G = 21.13%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4525E (or 0xD4525E) is known color: Mandy. HEX triplet: D4, 52 and 5E. RGB value is (212,82,94). Sum of RGB (Red+Green+Blue) = 212+82+94=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4525E is #2BADA1. Grayscale: #7A7A7A. Windows color (decimal): -2862498 or 6181588. OLE color: 6181588.

HSL color Cylindrical-coordinate representation of color #D4525E: hue angle of 354.46º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4525E is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 82 94 -
CMYK 0 0.61 0.56 0.17
HSL 354.46º 0.6% 0.58% -
HSV(B) 354.46º 0.61% 0.83% -
XYZ 32.19 20.84 12.92 -
YUV 122.24 112.07 192.02 -
System Red Green Blue C M Y K H S L
Decimal 212 82 94 0 0.61 0.56 0.17 354.46 0.6 0.58
Hex D4 52 5E 0 3D 38 11 162 3C 3A
Octal 324 122 136 0 75 70 21 542 74 72
Binary 11010100 1010010 1011110 0 111101 111000 10001 101100010 111100 111010

Color Harmonies of #D4525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4525E

Black with #D4525E

Text Example


Text Example

White with #D4525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4525E; }

 p { color: rgb(212,82,94); }

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

background-color css

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

 a { background-color: rgb(212,82,94); }

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

border-color css

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

 span { border-color: rgb(212,82,94); }

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