Html Css Color HEX #D4535F Mandy

📋 copy color: '#D4535F'

red 212 ◦ green 83 ◦ blue 95

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

Shades of Mandy #D4535F

Tints of Mandy #D4535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.28%

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

R = 54.36%
G = 21.28%
B = 24.36%

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

#D4535F (or 0xD4535F) is known color: Mandy. HEX triplet: D4, 53 and 5F. RGB value is (212,83,95). Sum of RGB (Red+Green+Blue) = 212+83+95=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4535F is #2BACA0. Grayscale: #7B7B7B. Windows color (decimal): -2862241 or 6247380. OLE color: 6247380.

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

Color convert

RGB 212 83 95 -
CMYK 0 0.61 0.55 0.17
HSL 354.42º 0.6% 0.58% -
HSV(B) 354.42º 0.61% 0.83% -
XYZ 32.31 21.01 13.18 -
YUV 122.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 212 83 95 0 0.61 0.55 0.17 354.42 0.6 0.58
Hex D4 53 5F 0 3D 37 11 162 3C 3A
Octal 324 123 137 0 75 67 21 542 74 72
Binary 11010100 1010011 1011111 0 111101 110111 10001 101100010 111100 111010

Color Harmonies of #D4535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4535F

Black with #D4535F

Text Example


Text Example

White with #D4535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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