Html Css Color HEX #D4525F Mandy

📋 copy color: '#D4525F'

red 212 ◦ green 82 ◦ blue 95

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

Shades of Mandy #D4525F

Tints of Mandy #D4525F

RGB

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

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

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

R = 54.5%
G = 21.08%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D4525F (or 0xD4525F) is known color: Mandy. HEX triplet: D4, 52 and 5F. RGB value is (212,82,95). Sum of RGB (Red+Green+Blue) = 212+82+95=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4525F is #2BADA0. Grayscale: #7A7A7A. Windows color (decimal): -2862497 or 6247124. OLE color: 6247124.

HSL color Cylindrical-coordinate representation of color #D4525F: hue angle of 354º 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 #D4525F is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 82 95 -
CMYK 0 0.61 0.55 0.17
HSL 354º 0.6% 0.58% -
HSV(B) 354º 0.61% 0.83% -
XYZ 32.23 20.86 13.15 -
YUV 122.35 112.57 191.94 -
System Red Green Blue C M Y K H S L
Decimal 212 82 95 0 0.61 0.55 0.17 354 0.6 0.58
Hex D4 52 5F 0 3D 37 11 162 3C 3A
Octal 324 122 137 0 75 67 21 542 74 72
Binary 11010100 1010010 1011111 0 111101 110111 10001 101100010 111100 111010

Color Harmonies of #D4525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4525F

Black with #D4525F

Text Example


Text Example

White with #D4525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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